[BACK]Return to test.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Annotation of OpenXM/src/util/test.c, Revision 1.2

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>