Files
HackerSM64/include/libc/stdio.h
2021-09-26 22:50:39 +03:00

4 lines
65 B
C

#pragma once
extern int sprintf(char *s, const char *fmt, ...);