14 lines
214 B
C
14 lines
214 B
C
|
#ifndef IOBASE_DEFINED
|
||
|
#define IOBASE_DEFINED 1
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <stddef.h>
|
||
|
#include <time.h>
|
||
|
#include <setjmp.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#endif
|