YACASL2
package.h
Go to the documentation of this file.
1 #ifndef YACASL2_PACKAGE_H_INCLUDED
2 #define YACASL2_PACKAGE_H_INCLUDED
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <assert.h>
7 #define _GNU_SOURCE
8 #include <getopt.h>
9 #include "cmem.h"
10 #include "cerr.h"
11 #include "version.h"
12 
13 #endif