Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenislead.c
Go to the documentation of this file.
00001 #include <precomp.h> 00002 #include <mbstring.h> 00003 00004 /* 00005 * @implemented 00006 */ 00007 int isleadbyte(int c) 00008 { 00009 return _isctype( c, _MLEAD ); 00010 00011 } Generated on Fri May 25 2012 04:34:55 for ReactOS by
1.7.6.1
|