[Scummvm-cvs-logs] CVS: scummvm/backends/wince portdefs.h,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Mon Jan 20 00:00:12 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv26592

Modified Files:
	portdefs.h 
Log Message:
Missing exported functions for HPCs

Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/portdefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- portdefs.h	31 Oct 2002 01:05:50 -0000	1.2
+++ portdefs.h	20 Jan 2003 07:59:43 -0000	1.3
@@ -25,6 +25,8 @@
 
 void *calloc(size_t n, size_t s);
 int isdigit(int c);
+int isprint(int c);
+int isspace(int c);
 char *strrchr(const char *s, int c);
 char *strdup(const char *s);
 int _stricmp( const char *string1, const char *string2 );
@@ -33,5 +35,4 @@
 void assert( int expression );
 long int strtol(const char *nptr, char **endptr, int base);
 char *strdup( const char *s);
-
 #endif





More information about the Scummvm-git-logs mailing list