From 2eee382a62a909d5a3f2f5eda94f30fe68fd5335 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 20 Jan 2012 13:41:10 +0000 Subject: initial import of the C runtime --- src/runtime/c/pgf.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/runtime/c/pgf.h (limited to 'src/runtime/c/pgf.h') diff --git a/src/runtime/c/pgf.h b/src/runtime/c/pgf.h deleted file mode 100644 index ff9e6aba9..000000000 --- a/src/runtime/c/pgf.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef PGF_H -#define PGF_H - -typedef struct _CId *CId; -typedef struct _String *String; -typedef struct _Literal *Literal ; -typedef struct _Type *Type ; -typedef struct _Expr *Expr ; -typedef struct _PGF *PGF ; - -PGF readPGF(char *filename); -void freePGF(PGF pgf); - -#endif -- cgit v1.2.3