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