summaryrefslogtreecommitdiff
path: root/src/usuals.h
blob: 5d74f0ecdccbe1667c2218865739cb809e1d742e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __USUALS_H__
#define __USUALS_H__

#ifndef NULL
#define NULL 0
#endif

#include <stdlib.h>
#include <assert.h>

#endif // __USUALS_H__