]> sourceware.org Git - glibc.git/blobdiff - iconv/gconv_open.c
Clean up iconv/gconv_int.h for unnecessary declarations
[glibc.git] / iconv / gconv_open.c
index f739561f6edba8a8af4a3584f3277e005b1ea7f2..648ec36b56ede1ec1551f2157a6a7e4b31511cca 100644 (file)
 #include <gconv_int.h>
 
 
+/* How many character should be converted in one call?  */
+#define GCONV_NCHAR_GOAL       8160
+
+
 int
 __gconv_open (const char *toset, const char *fromset, __gconv_t *handle,
              int flags)
This page took 0.027257 seconds and 5 git commands to generate.