update readme (#21797)
[mono-project.git] / mono / metadata / string-icalls.h
blobc33346615783b80b6c5019355eb9989f06bba319
1 /**
2 * \file
3 */
5 #ifndef _MONO_CLI_STRING_ICALLS_H_
6 #define _MONO_CLI_STRING_ICALLS_H_
8 /*
9 * string-icalls.h: String internal calls for the corlib
11 * Author:
12 * Patrik Torstensson (patrik.torstensson@labs2.com)
14 * (C) 2001 Ximian, Inc.
17 #include <glib.h>
18 #include <mono/metadata/class.h>
19 #include <mono/metadata/object.h>
20 #include "mono/utils/mono-compiler.h"
21 #include <mono/metadata/icalls.h>
23 ICALL_EXPORT
24 void
25 ves_icall_System_String_ctor_RedirectToCreateString (void);
27 ICALL_EXPORT
28 int
29 ves_icall_System_String_GetLOSLimit (void);
31 #endif /* _MONO_CLI_STRING_ICALLS_H_ */