10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
|
|
#pragma once
|
|
|
|
#if !defined(BAD_APPLE_OS_CASSERT_INCLUDED)
|
|
#define BAD_APPLE_OS_CASSERT_INCLUDED
|
|
|
|
#include <assert.h>
|
|
|
|
#endif // !defined(BAD_APPLE_OS_CASSERT_INCLUDED)
|