We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae58bc2 + d6a7825 commit cea07d3Copy full SHA for cea07d3
mapcodelib/mapcoder.h
@@ -13,6 +13,11 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
+#ifdef __cplusplus
18
+extern "C" {
19
+#endif
20
21
#define mapcode_cversion "2.0.2"
22
23
#define UWORD unsigned short int // 2-byte unsigned integer.
@@ -314,3 +319,7 @@ const UWORD *encodeToAlphabet(const char *string, int alphabet);
314
319
#define MAPCODE_LANGUAGE_BENGALI MAPCODE_ALPHABET_BENGALI
315
320
#define MAPCODE_LANGUAGE_GURMUKHI MAPCODE_ALPHABET_GURMUKHI
316
321
#define MAPCODE_LANGUAGE_TIBETAN MAPCODE_ALPHABET_TIBETAN
322
323
324
+}
325
0 commit comments