version 1.19, 2016/03/31 03:22:54 |
version 1.21, 2020/10/06 11:33:46 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/option.c,v 1.18 2011/10/05 05:46:14 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/option.c,v 1.20 2016/03/31 05:27:34 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
|
#include <string.h> |
#include "datatype.h" |
#include "datatype.h" |
#include "stackm.h" |
#include "stackm.h" |
#include "extern.h" |
#include "extern.h" |
|
|
#include "kclass.h" |
#include "kclass.h" |
#include "lookup.h" |
#include "lookup.h" |
#include <signal.h> |
#include <signal.h> |
#include "../plugin/mysig.h" |
#include "mysig.h" |
|
|
extern void ctrlC(); |
extern void ctrlC(); |
|
void warningOption(char *str); |
|
|
|
|
struct object KsystemVariable(ob) |
struct object KsystemVariable(ob) |
Line 466 struct object KsystemVariable(ob) |
|
Line 468 struct object KsystemVariable(ob) |
|
return(rob); |
return(rob); |
} |
} |
|
|
warningOption(str) |
void warningOption(str) |
char *str; |
char *str; |
{ |
{ |
fprintf(stderr,"Warning(option.c): %s\n",str); |
fprintf(stderr,"Warning(option.c): %s\n",str); |