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