5 lines
83 B
C++
5 lines
83 B
C++
#ifndef _COMMON_STDLIB_HPP_
|
|
#define _COMMON_STDLIB_HPP_
|
|
#include <stdlib.h>
|
|
#endif
|