#include #include DEFINE_CASIO_SYSCALL_FN_PTR(strlen, size_t, (const char*), 0xAD6) size_t strlen(const char* str) { return _strlen_ptr(str); }