#ifndef CODE_POINT_H #define CODE_POINT_H #include typedef wchar_t code_point_t; #endif