This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/clibexam/kanji/btom.c

14 lines
244 B
C

#include <stdio.h>
#include <jstring.h>
const JCHAR date_str[] = {
"YYYY \x94\x4e MM \x8c\x8e DD \x93\xfa"
" \x81\x69WW\x81\x6a HH:MM:SS"
};
void main()
{
printf( "%d characters found\n",
btom( date_str, 35 ) );
}