diff options
Diffstat (limited to 'arabtype.h')
-rw-r--r-- | arabtype.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arabtype.h b/arabtype.h new file mode 100644 index 0000000..b79ee3f --- /dev/null +++ b/arabtype.h @@ -0,0 +1,17 @@ +/* +** Arabtype Copyright 2012-2013(c) Wael El Oraiby. All Rights Reserved +** see README.md file for license +*/ +#ifndef ARABTYPE_H +#define ARABTYPE_H +#ifdef __cplusplus +extern "C" { +#endif // __cplusplus + +uint32_t get_presentation_form_b(uint32_t prev, uint32_t next, uint32_t cp); + +#ifdef __cplusplus +} +#endif // __cplusplus + +#endif // ARABTYPE_H |