#ifndef EMSPRINTF_H #define EMSPRINTF_H #include #include void EMsprintf(char *str,const char *format, ...); #endif //EMSPRINTF_H