We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f463f82 commit edb9c61Copy full SHA for edb9c61
src/hsp3/emscripten/supio_emscripten.h
@@ -11,6 +11,8 @@ size_t utf8strlen(const char *target);
11
char *mem_ini( int size );
12
void mem_bye( void *ptr );
13
int mem_save( char *fname, void *mem, int msize, int seekofs );
14
+char *mem_alloc( void *base, int newsize, int oldsize );
15
+
16
void strcase( char *str );
17
int strcpy2( char *str1, char *str2 );
18
int strcat2( char *str1, char *str2 );
0 commit comments