9 lines
63 B
Plaintext
9 lines
63 B
Plaintext
|
|
#pragma once
|
|
|
|
#ifndef __ASSERT_H
|
|
|
|
#include <assert.h>
|
|
|
|
#endif
|