mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
cleanup: include stdlib.h instead of defining NULL in PRCommon.h
This commit is contained in:
@@ -37,6 +37,4 @@
|
|||||||
void PRLog(PRLogLevel level, const char *format, ...);
|
void PRLog(PRLogLevel level, const char *format, ...);
|
||||||
void PRSetLastErrorText(const char *format, ...);
|
void PRSetLastErrorText(const char *format, ...);
|
||||||
|
|
||||||
#define NULL 0
|
|
||||||
|
|
||||||
#endif /* PINPROC_PRCOMMON_H */
|
#endif /* PINPROC_PRCOMMON_H */
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
* libpinproc
|
* libpinproc
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include "PRHardware.h"
|
#include "PRHardware.h"
|
||||||
#include "PRCommon.h"
|
#include "PRCommon.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user