libnx/nx/include/switch/services/fatal.h
2018-01-23 00:27:00 +01:00

5 lines
92 B
C

#pragma once
#include "../types.h"
__attribute__((noreturn)) void fatalSimple(Result err);