Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/converters/iconv-extra/files/patch-ces__unicode-1-1-utf-7.c
16125 views
1
--- ces/unicode-1-1-utf-7.c 2002/03/17 11:20:12 1.1
2
+++ ces/unicode-1-1-utf-7.c 2002/03/17 11:20:21
3
@@ -33,7 +33,7 @@
4
#include <stdlib.h>
5
6
#define ICONV_INTERNAL
7
-#include <iconv.h>
8
+#include <biconv.h>
9
10
static inline int
11
lackofbytes(int bytes, size_t *bytesleft)
12
13