From: Karsten P. <Kar...@gm...> - 2017-03-23 19:15:00
|
On 23.03.17 19:43, Sam Steingold wrote: > /usr/include/iconv.h: > > --8<---------------cut here---------------start------------->8--- > #define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */ > extern int _libiconv_version; /* Likewise */ > --8<---------------cut here---------------end--------------->8--- > > Do you? I think I have the same: My /usr/include/iconv.h: (from 31.07.2016) #ifndef _LIBICONV_H #define _LIBICONV_H #include <sys/cdefs.h> #include <_types.h> #include <sys/_types/_size_t.h> #define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */ extern int _libiconv_version; /* Likewise */ ....... puzzled Karsten |