Return to test.c CVS log | Up to [local] / OpenXM / src / util |
1.1 ! takayama 1: #include <stdio.h> ! 2: #include "ox_pathfinder.h" ! 3: ! 4: sGC_malloc(int a) { ! 5: return GC_malloc(a); ! 6: } ! 7: ! 8: /* which command */ ! 9: main(int argc,char *argv[]) { ! 10: if (argc != 2) { ! 11: fprintf(stderr,"test cmdname"); ! 12: } ! 13: printf("%s\n",getCommandPath(argv[1])); ! 14: } ! 15: ! 16: ! 17: