mirror of
https://github.com/switchbrew/libnx.git
synced 2025-10-10 21:27:15 +02:00
5 lines
89 B
C
5 lines
89 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
__attribute__((noreturn)) void fatalSimple(Result err);
|