]> pd.if.org Git - pdclib/blob - functions/stdio/rename.c
5cb5665f940bf79913bbab0cf2fe34b7c7cf805b
[pdclib] / functions / stdio / rename.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 rename( const char * old, const char * new ) { /* TODO */ };