xamarin-macios/tests/bindings-test/StructsAndEnums.cs

16 строки
247 B
C#

using System;
using System.Runtime.InteropServices;
#if !__UNIFIED__
using nint=System.Int32;
#endif
namespace Bindings.Test
{
public static class CFunctions {
[DllImport ("__Internal")]
public static extern int theUltimateAnswer ();
}
}