_fstat.s 126 B

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