mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
Added g_memdup implementation
-Yosh
This commit is contained in:
@@ -1205,6 +1205,9 @@ void g_strreverse (gchar *string);
|
||||
guint g_printf_string_upper_bound (const gchar* format,
|
||||
va_list args);
|
||||
|
||||
guint8* g_memdup (const guint8 *mem,
|
||||
guint len);
|
||||
|
||||
|
||||
/* Retrive static string info
|
||||
*/
|
||||
|
Reference in New Issue
Block a user