repo.or.cz
/
xz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tuklib: Update tuklib_attr_noreturn for C11/C17 and C23.
[xz.git]
/
src
/
common
/
tuklib_config.h
blob
9d470ba732f106e51b4a0aa0c6411568b5de916e
1
// If config.h isn't available, assume that the headers required by
2
// tuklib_common.h are available. This is required by crc32_tablegen.c.
3
#ifdef HAVE_CONFIG_H
4
# include
"sysdefs.h"
5
#else
6
# include <stddef.h>
7
# include <stdbool.h>
8
# include <inttypes.h>
9
# include <limits.h>
10
#endif