1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-08 12:22:15 +02:00
libnx/nx/source/runtime/devices/path_buf.h

5 lines
86 B
C

#pragma once
#include <limits.h>
extern char __thread __nx_dev_path_buf[PATH_MAX+1];