Files

10 lines
124 B
C
Raw Permalink Normal View History

2019-12-12 23:37:40 -05:00
#pragma once
#include <stdint.h>
namespace PortabilityLayer
{
typedef int64_t FilePos_t;
typedef uint64_t UFilePos_t;
}