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

#ifndef NULL
#define NULL ((void*)0)
#endif

#endif // __USUALS_H__