Added g_memdup implementation

-Yosh
This commit is contained in:
Manish Singh
1998-09-18 18:32:59 +00:00
parent 4193614b1c
commit 0dbf1d8cc4
12 changed files with 64 additions and 0 deletions

3
glib.h
View File

@@ -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
*/