KBD_IsSmall

C Specification

#include "kbd.h";
BOOL KBD_IsSmall( u16 c );

Arguments

c UTF-16 character code

Return Values

Returns TRUE if c is a small character, otherwise returns FALSE.

Description

Returns TRUE if the character code passed as an argument is of a small character; returns FALSE otherwise.

See Also

KBD_IsDakuten, KBD_IsHandaku

CONFIDENTIAL