Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pal_datetime.h « System.Native « Unix « Native « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 564a69a4857ebc72f97a365b2ba5f5c37fbb534f (plain)
1
2
3
4
5
6
7
8
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#pragma once

#include "pal_compiler.h"

PALEXPORT int64_t SystemNative_GetSystemTimeAsTicks(void);