fstat.s 124 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)