14 lines
246 B
TOML
Raw Normal View History

2024-11-12 20:28:26 +02:00
language = "C"
style = "Type"
sys_includes = ["sys/types.h", "stddef.h", "locale.h", "bits/monetary.h"]
no_includes = true
include_guard = "_MONETARY_H"
usize_type = "size_t"
isize_type = "ssize_t"
[export]
exclude = ["strfmon", "strfmon_l"]