18 #include "ws_symbol_export.h" 36 WS_DLL_PUBLIC gboolean ws_strtoi64(
const gchar* str,
const gchar** endptr, gint64* cint);
37 WS_DLL_PUBLIC gboolean ws_strtoi32(
const gchar* str,
const gchar** endptr, gint32* cint);
38 WS_DLL_PUBLIC gboolean ws_strtoi16(
const gchar* str,
const gchar** endptr, gint16* cint);
39 WS_DLL_PUBLIC gboolean ws_strtoi8 (
const gchar* str,
const gchar** endptr, gint8* cint);
41 WS_DLL_PUBLIC gboolean ws_strtou64(
const gchar* str,
const gchar** endptr, guint64* cint);
42 WS_DLL_PUBLIC gboolean ws_strtou32(
const gchar* str,
const gchar** endptr, guint32* cint);
43 WS_DLL_PUBLIC gboolean ws_strtou16(
const gchar* str,
const gchar** endptr, guint16* cint);
44 WS_DLL_PUBLIC gboolean ws_strtou8 (
const gchar* str,
const gchar** endptr, guint8* cint);
59 WS_DLL_PUBLIC gboolean ws_hexstrtou64(
const gchar* str,
const gchar** endptr, guint64* cint);
60 WS_DLL_PUBLIC gboolean ws_hexstrtou32(
const gchar* str,
const gchar** endptr, guint32* cint);
61 WS_DLL_PUBLIC gboolean ws_hexstrtou16(
const gchar* str,
const gchar** endptr, guint16* cint);
62 WS_DLL_PUBLIC gboolean ws_hexstrtou8 (
const gchar* str,
const gchar** endptr, guint8* cint);