version 1.5, 1999/12/14 09:31:56 |
version 1.6, 1999/12/15 02:49:55 |
|
|
/* -*- mode: C; coding: euc-japan -*- */ |
/* -*- mode: C; coding: euc-japan -*- */ |
/* $OpenXM: OpenXM/src/ox_math/testclient.c,v 1.4 1999/11/07 12:12:56 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/testclient.c,v 1.5 1999/12/14 09:31:56 ohara Exp $ */ |
|
|
#include <stdio.h> |
#include <stdio.h> |
#include <stdlib.h> |
#include <stdlib.h> |
Line 94 int main(int argc, char* argv[]) |
|
Line 94 int main(int argc, char* argv[]) |
|
exit(1); |
exit(1); |
} |
} |
|
|
if (strcmp(argv[1], "ox_math")==0) { |
if (strcmp(server, "ox_math")==0) { |
test_1(); |
test_1(); |
} |
} |
|
|