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

8 lines
101 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#pragma once
typedef int pid_t;
typedef long int off_t;
typedef unsigned int mode_t;
struct flock;