Add __BEGIN_DECLS and __END_DECLS to header

This commit is contained in:
Fredrik Fornwall 2016-10-24 02:14:17 +02:00
parent d48cb1eca9
commit 096b8e6473

View File

@ -3,6 +3,10 @@
#include <stdlib.h>
__BEGIN_DECLS
int wcwidth(wchar_t ucs);
__END_DECLS
#endif