2
0

fcntl.h 138 B

1234567
  1. #ifndef _BITS_FCNTL_H
  2. #define _BITS_FCNTL_H
  3. int open(const char* filename, int flags, ...);
  4. int fcntl(int fildes, int cmd, ...);
  5. #endif