mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
6 lines
134 B
C
6 lines
134 B
C
// Copyright 2018 plutoo
|
|
|
|
void envParse(void* ctx, Handle main_thread);
|
|
Handle envGetMainThreadHandle(void);
|
|
bool envIsNso(void);
|