6 lines
126 B
C
6 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
int scanf_impl(const char* format, va_list arguments, int (*getc_fun)(void*), void* data);
|