stdio.h 81 B

1234
  1. #pragma once
  2. typedef void *FILE;
  3. int printf(const char * restrictformat, ... );