windows stuff
This commit is contained in:
2
os/pl-string.h
Normal file → Executable file
2
os/pl-string.h
Normal file → Executable file
@@ -27,7 +27,7 @@
|
||||
|
||||
COMMON(char *) store_string(const char *s);
|
||||
COMMON(void) remove_string(char *s);
|
||||
COMMON(char) digitName(int n, int small);
|
||||
//COMMON(char) digitName(int n, int small);
|
||||
COMMON(int) digitValue(int b, int c);
|
||||
COMMON(bool) strprefix(const char *string, const char *prefix);
|
||||
COMMON(bool) strpostfix(const char *string, const char *postfix);
|
||||
|
Reference in New Issue
Block a user