[xbuild] Pick the correct base path for target frameworks.
[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