#ifndef __arconv_h_ #define __arconv_h_ #include "utils.h" void reshape(int* len,GUChar4* string); int arabic_isvowel(GUChar4 s); #endif