libmach.h - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
libmach.h (297B)
---
1 #ifdef stdin
2 int copysec(Mapsec *, FILE *);
3 int setidx32(int, long, char *[], long [], FILE *);
4 int getidx32(int, long *, char ***, long **, FILE *);
5 #endif
6
7 /* common functions */
8 int pack(int order, unsigned char *dst, char *fmt, ...);
9 int unpack(int order, unsigned char *src, char *fmt, ...);