version 1.21, 2003/12/06 02:49:22 |
version 1.22, 2004/02/25 23:14:35 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/ext.c,v 1.20 2003/12/04 07:49:24 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/ext.c,v 1.21 2003/12/06 02:49:22 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/stat.h> |
#include <sys/stat.h> |
|
|
#include "plugin.h" |
#include "plugin.h" |
#include "kclass.h" |
#include "kclass.h" |
#include <ctype.h> |
#include <ctype.h> |
|
#include <errno.h> |
#include "ox_pathfinder.h" |
#include "ox_pathfinder.h" |
|
|
extern char **environ; |
extern char **environ; |
Line 103 struct object Kextension(struct object obj) |
|
Line 104 struct object Kextension(struct object obj) |
|
#endif |
#endif |
extern void ctrlC(); |
extern void ctrlC(); |
extern int SigIgn; |
extern int SigIgn; |
extern errno; |
|
extern int DebugCMO; |
extern int DebugCMO; |
extern int OXprintMessage; |
extern int OXprintMessage; |
struct stat buf; |
struct stat buf; |