module ark { module sys { module libc { header "ark/sys/libc.h" export * } module time { header "ark/sys/time.h" export * } module ram { header "ark/sys/ram.h" export * } module cpu { header "ark/sys/cpu.h" export * } } }