repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
device
/
include
/
stdnoreturn.h
blob
992f9b96f7edb5d3f75626463eb5c120908639a8
1
#ifndef __SDCC_STDNORETURN_H
2
#define __SDCC_STDNORETURN_H 1
3
4
#define noreturn _Noreturn
5
6
#endif
7