loadmap.c (142B)
1 #include <stdio.h> 2 3 #include <scc/mach.h> 4 5 #include "libmach.h" 6 7 Map * 8 loadmap(Obj *obj, FILE *fp) 9 { 10 return (*obj->ops->loadmap)(obj, fp); 11 }
sccsimple c99 compiler | |
git clone git://git.simple-cc.org/scc | |
Log | Files | Refs | Submodules | README | LICENSE |