#ifndef _CBASICS_HPP
#define _CBASICS_HPP
#include "types.h"
namespace CBasics {
void Init();
char* Stringize(const char* fmt, ...);
};
#endif