summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authormongo <mongo@iomega>2017-02-08 12:47:08 -0300
committermongo <mongo@iomega>2017-02-08 12:47:08 -0300
commit474e05785ad4ecb3b40626093c51e9f69acf9000 (patch)
tree75418e681083399c649c49898663d2ecfdb0bf6a /src/utils
parent30151447a8c40cd7c9ae15782008cdd5231ddc68 (diff)
Added wcs declarations..
Diffstat (limited to 'src/utils')
-rwxr-xr-xsrc/utils/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/string.h b/src/utils/string.h
index 8bf109e..6922dd2 100755
--- a/src/utils/string.h
+++ b/src/utils/string.h
@@ -1,5 +1,7 @@
#include <wchar.h>
+int wcswidth(const wchar_t * s, size_t n);
+int wcwidth(const wchar_t wc);
int del_char(char * str, int posicion);
int del_wchar(wchar_t * str, int posicion);