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

7 lines
101 B
C

#pragma once
typedef int pid_t;
typedef long int off_t;
typedef unsigned int mode_t;
struct flock;