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];