1#include <_/cdefs.h> 2int snprintf(char *str, size_t size, const char *format, ...); 3int rename(const char *oldpath, const char *newpath);