Initial revision

This commit is contained in:
ceriel
1987-01-06 15:16:53 +00:00
parent 56c9ada9e0
commit 143b2531bb
34 changed files with 3301 additions and 0 deletions

11
util/cpp/idf.h Normal file
View File

@@ -0,0 +1,11 @@
struct id_usr {
struct macro *idu_macro;
int idu_resmac;
};
#define IDF_TYPE struct id_usr
#define IDF_HSIZE 6
#define id_macro id_user.idu_macro
#define id_resmac id_user.idu_resmac
#include <idf_pkg.spec>