From 5a2d2d67b55d7a5cb954631dbb28cb18a645dd3c Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Mon, 15 Oct 2007 03:47:26 +0000 Subject: added g_htoi --- common/os_calls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 80f8cff1..d86776ad 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -154,6 +154,8 @@ g_strncasecmp(const char* c1, const char* c2, int len); int APP_CC g_atoi(char* str); int APP_CC +g_htoi(char* str); +int APP_CC g_pos(char* str, const char* to_find); int APP_CC g_mbstowcs(twchar* dest, const char* src, int n); -- cgit v1.2.1