xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
include
/
clang-c
/
module.modulemap
(revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Clang_C {
2
umbrella "."
3
module * { export * }
4
}
5