aboutsummaryrefslogtreecommitdiffstats
path: root/arabtype.h
blob: b79ee3fac03c85678f7a4db00f99b12faf97a395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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