Return to parserpass0.c CVS log | Up to [local] / OpenXM / src / kan96xx / Kan |
version 1.3, 2001/05/04 01:06:24 | version 1.4, 2005/07/03 11:08:54 | ||
---|---|---|---|
|
|
||
/* $OpenXM: OpenXM/src/kan96xx/Kan/parserpass0.c,v 1.2 2000/01/16 07:55:40 takayama Exp $ */ | /* $OpenXM: OpenXM/src/kan96xx/Kan/parserpass0.c,v 1.3 2001/05/04 01:06:24 takayama Exp $ */ | ||
/* parserpass0.c */ | /* parserpass0.c */ | ||
/* In this preprocessor, for example, the expression | /* In this preprocessor, for example, the expression | ||
x^2+y^2-4+x y; | x^2+y^2-4+x y; | ||
|
|
||
*/ | */ | ||
/* 1992/03/05 */ | /* 1992/03/05 */ | ||
#include <stdio.h> | #include <stdio.h> | ||
#include <stdlib.h> | |||
#include <string.h> | |||
#include "datatype.h" | #include "datatype.h" | ||
#include "extern2.h" | #include "extern2.h" | ||