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 (214B)
       ---
            1 #Tabs 15
            2 #number        name        num_of_op
            3 1        _exit        1
            4 2        _fork        0
            5 3        _read        3
            6 4        _write        3
            7 5        _open        2
            8 6        _close        1
            9 11        _execve        11
           10 19        _lseek        3
           11 20        _getpid        0
           12 33        _access        2
           13 37        _kill        2
           14 38        _rename        2
           15 45        _sys_brk        1
           16 67        __sigaction        4
           17 114        _wait4        4