Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
libc-bottom-half
headers
private
stdio.h
pretty
plain
permalink
blame
history
•
3 lines
•
138 B
1
#include <_/cdefs.h>
2
int snprintf(char *str, size_t size, const char *format, ...);
3
int rename(const char *oldpath, const char *newpath);