libcx/src/include/cx/std.hpp

13 lines
237 B
C++

#ifndef _H_LIBCX
#define _H_LIBCX
#include <cx/stddef.hpp>
#include <stdint.h>
#include <cx/string.hpp>
#include <cx/collections/vec.hpp>
#include <cx/format/fmt.hpp>
#include <cx/stl.hpp>
#include <cx/io/print.hpp>
#endif // _H_LIBCX