Go to the documentation of this file.
75 # if defined LIBIDN_BUILDING && defined HAVE_VISIBILITY && HAVE_VISIBILITY
76 # define IDNAPI __attribute__((__visibility__("default")))
77 # elif defined LIBIDN_BUILDING && defined _MSC_VER && ! defined LIBIDN_STATIC
78 # define IDNAPI __declspec(dllexport)
79 # elif defined _MSC_VER && ! defined LIBIDN_STATIC
80 # define IDNAPI __declspec(dllimport)
118 const punycode_uint input[],
119 const unsigned char case_flags[],
120 size_t * output_length,
char output[]);
179 size_t * output_length,
180 punycode_uint output[],
181 unsigned char case_flags[]);