1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
8 void perror( const char * s ) { /* TODO */ };
10 /* PDPC code - unreviewed
12 if ((s != NULL) && (*s != '\0'))
18 printf("No error has occurred\n");
22 printf("An error has occurred\n");