mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
5 lines
86 B
C
5 lines
86 B
C
#pragma once
|
|
#include <limits.h>
|
|
|
|
extern char __thread __nx_dev_path_buf[PATH_MAX+1];
|