Save states (#300)
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#ifndef STDDEF_H
|
||||
#define STDDEF_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#define NULL ((void*)0)
|
||||
#else
|
||||
#define NULL nullptr
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#define size_t unsigned long
|
||||
#define ssize_t long
|
||||
|
||||
Reference in New Issue
Block a user