]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing atoll16 prototype. I use this in the watchpoint stuff.
authorRobert Walsh <rjwalsh@valgrind.org>
Sun, 4 Jan 2004 23:15:22 +0000 (23:15 +0000)
committerRobert Walsh <rjwalsh@valgrind.org>
Sun, 4 Jan 2004 23:15:22 +0000 (23:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2182

include/vg_skin.h.base

index 0efbc7be6f36ab958caa77ff52a3a26e0a982d90..4ef7a638d42937fe033ae0196a1f6d51f8ce1d8b 100644 (file)
@@ -404,6 +404,9 @@ extern Int   VG_(system) ( Char* cmd );
 
 extern Long  VG_(atoll)  ( Char* str );
 
+/* Like atoll(), but converts a number of base 16 */
+extern Long  VG_(atoll16) ( Char* str );
+
 /* Like atoll(), but converts a number of base 2..36 */
 extern Long  VG_(atoll36) ( UInt base, Char* str );