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 (205B)
       ---
            1 #Tab 15
            2 #number        name        nargs
            3 1        _exit        1
            4 2        _fork        0
            5 3        _read        3
            6 4        _write        3
            7 5        _open        3
            8 6        _close        1
            9 17        _brk        1
           10 20        _getpid        0
           11 37        _kill        2
           12 199        _lseek        3
           13 308        _setcontext        1
           14 340        _sigaction2        5
           15 418        _gettimeofday        2
           16 449        _wait4        4