18 lines
380 B
TOML
18 lines
380 B
TOML
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/tar.h.html
|
|
#
|
|
# There are no spec quotations relating to includes
|
|
include_guard = "_RELIBC_TAR_H"
|
|
# cbindgen cannot export Rust &str
|
|
after_includes = """
|
|
|
|
#define TMAGIC "ustar"
|
|
#define TVERSION "00"
|
|
"""
|
|
language = "C"
|
|
style = "Tag"
|
|
no_includes = true
|
|
cpp_compat = true
|
|
|
|
[enum]
|
|
prefix_with_name = true
|