win32 patches
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#ifndef PL_STRING_H_INCLUDED
|
||||
#define PL_STRING_H_INCLUDED
|
||||
|
||||
COMMON(char *) store_string(const char *s);
|
||||
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 smll);
|
||||
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