windows stuff

This commit is contained in:
Vitor Santos Costa
2013-01-19 11:47:14 +00:00
parent 0e262df2ee
commit 05f9a935e1
5 changed files with 406 additions and 394 deletions

2
os/pl-string.h Normal file → Executable file
View 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);