gra-projekt/Implementierung/lib/io.h

10 lines
142 B
C

#ifndef IO_H
#define IO_H
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#endif // IO_H