コマンドファイル共通のヘッダファイル設定をpackage.hに整理
[YACASL2.git] / include / package.h
diff --git a/include/package.h b/include/package.h
new file mode 100644 (file)
index 0000000..2b560c5
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef YACASL2_PACKAGE_H_INCLUDED
+#define YACASL2_PACKAGE_H_INCLUDED
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <assert.h>
+#define _GNU_SOURCE
+#include <getopt.h>
+#include "cmem.h"
+#include "cerr.h"
+#include "version.h"
+
+#endif