1 2 3 4 5 6 7 8 9 10 11 12 13
module Darwin.C.xlocale { header "xlocale.h" module _xlocale { header "_xlocale.h" export * } umbrella "xlocale" export * module * { export * } }