Return to oxlistlocalf.c CVS log | Up to [local] / OpenXM / src / util |
version 1.1, 2014/03/25 07:08:25 | version 1.2, 2015/10/13 06:18:26 | ||
---|---|---|---|
|
|
||
/* $OpenXM$ */ | /* $OpenXM: OpenXM/src/util/oxlistlocalf.c,v 1.1 2014/03/25 07:08:25 takayama Exp $ */ | ||
#include <stdio.h> | #include <stdio.h> | ||
#include <ctype.h> | #include <ctype.h> | ||
#include <stdlib.h> | #include <stdlib.h> | ||
#include <sys/types.h> | #include <sys/types.h> | ||
#include <sys/stat.h> | #include <sys/stat.h> | ||
#include <string.h> | |||
#include "oxlistlocalf.h" | #include "oxlistlocalf.h" | ||
objectp KClval; | objectp KClval; |