MinecraftConsoles/.ccls-cache/@@home@anon@Documents@Code@minecraftconsoles/@home@anon@msvc@Windows Kits@10@Include@10.0.26100.0@ucrt@io.h
2026-03-05 10:14:53 -05:00

14 lines
299 B
C

//
// io.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This file declares the low-level I/O and file handling functionality.
//
#pragma once
#ifndef _INC_IO // include guard for 3rd party interop
#define _INC_IO
#include <corecrt_io.h>
#endif // _INC_IO