mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
5 lines
92 B
C
5 lines
92 B
C
#pragma once
|
|
#include "../types.h"
|
|
|
|
__attribute__((noreturn)) void fatalSimple(Result err);
|