index
:
coreutils
master
Implementation of POSIX shell utilities, some more and some less
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
panic.h
blob: dd0d1a89ea5182ffe577f6e87993c789bf67dad9 (
plain
)
1
2
3
4
5
6
#pragma once #include <stdnoreturn.h> noreturn void panic(char * fmt, ...);