#ifndef _IMSINHALA_H_ #define _IMSINHALA_H_ #define IS_AYANNA(x) (!strncmp((x), "අ", 3)) #define IS_AELAPILLA(x) (!strncmp((x), "ා", 3)) #define IS_AEDAPILLA(x) (!strncmp((x), "ැ", 3)) #define IS_DIGA_AEDAPILLA(x) (!strncmp((x), "ෑ", 3)) #endif /* _IMSINHALA_H_ */