1 #include <precomp.h> 2 #include <mbstring.h> 3 4 /* 5 * @implemented 6 */ 7 int isleadbyte(int c) 8 { 9 return _isctype( c, _LEADBYTE ); 10 11 } 12