libnx/nx/include/switch/services/fatal.h
2018-01-22 20:11:55 +01:00

5 lines
89 B
C

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