]> pd.if.org Git - pdclib/blob - functions/string/strcmp.c
9906f49aa07b140883fc420c0c2dd1b91e50c285
[pdclib] / functions / string / strcmp.c
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7
8 int strcmp( const char * s1, const char * s2 ) { /* TODO */ };