URI: 
       libmach.h - 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
       ---
       libmach.h (212B)
       ---
            1 #ifdef stdin
            2 extern int copysec(Mapsec *, FILE *);
            3 #endif
            4 
            5 /* common functions */
            6 extern int pack(int order, unsigned char *dst, char *fmt, ...);
            7 extern int unpack(int order, unsigned char *src, char *fmt, ...);