copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history...
[mono.git] / mono / utils / mono-publib.c
1 #include "config.h"
2 #include <mono/utils/mono-publib.h>
3 #include <glib.h>
4
5 void
6 mono_free (void *ptr)
7 {
8         g_free (ptr);
9 }
10