fcntl.s 124 B

1234
  1. #include "syscall.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define _fcntl
  4. _fcntl: SYSTEM(SYS_fcntl)