historical/toontown-classic.git/panda/include/parser-inc/stdio.h

13 lines
138 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef STDIO_H
#define STDIO_H
#include <stdtypedefs.h>
struct FILE;
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#endif