scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

libmach.h (191B)


      1 #ifdef stdin
      2 int copysec(Mapsec *, FILE *);
      3 #endif
      4 
      5 /* common functions */
      6 int pack(int order, unsigned char *dst, char *fmt, ...);
      7 int unpack(int order, unsigned char *src, char *fmt, ...);