1 /* _PDCLIB_rename( const char *, const char * )
3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
10 #include <_PDCLIB_glue.h>
13 int _PDCLIB_rename( const char * old, const char * new )
21 #include <_PDCLIB_test.h>