scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | 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, ...);