C library: Add wcstoll function

This commit is contained in:
Alan Carvalho de Assis
2017-03-08 12:26:35 -06:00
committed by Gregory Nutt
parent fda095ccda
commit 3ccef07863
6 changed files with 65 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@
#include <sys/types.h>
#include <string.h>
#include <assert.h>
/****************************************************************************
* Public Functions