mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
4 lines
138 B
C
Vendored
4 lines
138 B
C
Vendored
#include <_/cdefs.h>
|
|
int snprintf(char *str, size_t size, const char *format, ...);
|
|
int rename(const char *oldpath, const char *newpath);
|