6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
module glibc [system] [no_undeclared_includes] {
|
|
// glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
|
|
header "stdio.h"
|
|
export *
|
|
}
|