7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
#ifndef __CMATH__
|
|
#define __CMATH__
|
|
|
|
#include <math.h>
|
|
|
|
#endif // __CMATH__
|