#include "kbd.h";
BOOL KBD_IsSmall( u16 c );
c | UTF-16 character code |
Returns TRUE if c is a small character, otherwise returns FALSE.
Returns TRUE if the character code passed as an argument is of a small character; returns FALSE otherwise.
CONFIDENTIAL