mirror of https://github.com/dotnet/runtime
11 lines
300 B
C
11 lines
300 B
C
// Licensed to the .NET Foundation under one or more agreements.
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
#ifndef runtime_h
|
|
#define runtime_h
|
|
|
|
void mono_ios_runtime_init (void);
|
|
|
|
#endif /* runtime_h */
|