1
0
Fork 0

Added patch 826821 from phearbear

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
This commit is contained in:
Peter Veenstra 2003-10-27 14:16:59 +00:00
parent 6ad8bd1411
commit 87216faa9b
4 changed files with 9 additions and 6 deletions

View file

@ -33,6 +33,9 @@
//#define nocasestrcmp(a,b) stricmp(a,b)
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
void strreplace(char * str,char o,char n);
char *ltrim(char *str);