historical/toontown-classic.git/panda/include/parser-inc/stdio.h
2024-01-16 11:20:27 -06:00

12 lines
138 B
C

#ifndef STDIO_H
#define STDIO_H
#include <stdtypedefs.h>
struct FILE;
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#endif