map/map.h
2019-12-18 15:42:32 +01:00

10 lines
133 B
C

#ifndef MAP_MAP_H
#define MAP_MAP_H
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#endif //MAP_MAP_H