Documentation
1
2
3
4
#pragma once
typedef void *FILE;

int printf(const char * restrictformat, ... );