Artifact 4964b69439ea2f1db757e6700d3210642a92df69a5a90e51794c3bb8c44ff4e3:
- File src/module.modulemap — part of check-in [35de667566] at 2021-04-18 20:51:25 on branch new-naming-convention — Rename everything in several smaller files (user: js, size: 385) [annotate] [blame] [check-ins using] [more...]
framework module ObjFW { umbrella header "ObjFW.h" /* * These are included by OFAtomic.h, but should never be included * directly. */ exclude header "OFAtomic_builtins.h" exclude header "OFAtomic_no_threads.h" exclude header "OFAtomic_osatomic.h" exclude header "OFAtomic_powerpc.h" exclude header "OFAtomic_sync_builtins.h" exclude header "OFAtomic_x86.h" export * }