Home
       syscall.lst - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       syscall.lst (272B)
       ---
            1 #Tab 15
            2 #number        name        nargs
            3 0        _read        3
            4 1        _write        3
            5 2        _open        3
            6 3        _close        1
            7 8        _lseek        3
            8 12        _sys_brk        1
            9 13        __sigaction        4
           10 15        _sigreturn        0
           11 21        _access        2
           12 39        _getpid        0
           13 57        _fork        0
           14 59        _execve        3
           15 60        _exit        1
           16 61        _wait4        4
           17 62        _kill        2
           18 82        _rename        2
           19 87        _unlink        1
           20 96        _gettimeofday        2
           21 98        _getrusage        2