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

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

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:

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