blob: 9b429160db5020adbd1a50c00ba1245d735b3043 [file] [log] [blame]
module cstd [system] {
// Only in system headers directory
module stdio {
header "stdio.h"
}
module pthread {
header "pthread.h"
export *
module impl {
header "pthread_impl.h"
export *
}
}
}