module Darwin.C { module copyfile { header "copyfile.h" export * } module err { header "err.h" export * } module readpassphrase { header "readpassphrase.h" export * } module util { header "util.h" export * } module xattr_flags { header "xattr_flags.h" export * } // Deprecated, use ctype_h module ctype { header "_modules/_darwin_c_ctype.h" export * } // Deprecated, use errno_h module errno { header "_modules/_darwin_c_errno.h" export * } // Deprecated, use inttypes_h module inttypes { header "_modules/_darwin_c_inttypes.h" export * } // Deprecated, use limits_h module limits { header "_modules/_darwin_c_limits.h" export * } // Deprecated, use signal_h module signal { header "_modules/_darwin_c_signal.h" export * } // Deprecated, use stdarg_h module stdarg { header "_modules/_darwin_c_stdarg.h" export * } // Deprecated, use stdbool_h module stdbool { header "_modules/_darwin_c_stdbool.h" export * } // Deprecated, use stddef_h module stddef { header "_modules/_darwin_c_stddef.h" export * } // Deprecated, use stdint_h module stdint { header "_modules/_darwin_c_stdint.h" export * } // Deprecated, use stdio_h module stdio { header "_modules/_darwin_c_stdio.h" export * } // Deprecated, use stdlib_h module stdlib { header "_modules/_darwin_c_stdlib.h" export * } // Deprecated, use string_h module string { header "_modules/_darwin_c_string.h" export * } // Deprecated, use time_h module time { header "_modules/_darwin_c_time.h" export * } // Deprecated, use wchar_h module wchar { header "_modules/_darwin_c_wchar.h" export * } module ucontext { exclude header "ucontext.h" // deprecated } }