version 1.3, 2000/12/03 07:29:39 |
version 1.4, 2002/11/07 23:52:20 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.2 2000/01/16 07:55:47 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.3 2000/12/03 07:29:39 takayama Exp $ */ |
/* ox_kan0.h */ |
/* ox_kan0.h */ |
|
|
#define mymalloc(n) malloc(n) |
#define mymalloc(n) malloc(n) |
Line 150 int oxWritePortFile(int func,int port,char *fname); |
|
Line 150 int oxWritePortFile(int func,int port,char *fname); |
|
char *oxGenPortFile(void); |
char *oxGenPortFile(void); |
int oxRemovePortFile(void); |
int oxRemovePortFile(void); |
|
|
|
#define MAX_N_OF_CLIENT 1024 |
|
int oxGetClientID(); |