7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
#include <stdarg.h>
|
|
|
|
int printf(const char *format, ...);
|
|
|
|
int sprintf(char *str, const char *format, ...); |