Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabriziobertocci/cosmo-include
A set of very empty header files that can be used when building apps with Cosmopolitan
https://github.com/fabriziobertocci/cosmo-include
Last synced: about 2 months ago
JSON representation
A set of very empty header files that can be used when building apps with Cosmopolitan
- Host: GitHub
- URL: https://github.com/fabriziobertocci/cosmo-include
- Owner: fabriziobertocci
- Created: 2021-05-21T18:31:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T19:10:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:07:48.467Z (5 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 34
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cosmopolitan - cosmo-include - Set of very empty header files that can be used when building apps with Cosmopolitan (Cosmopolitan / Projects)
README
# cosmo-include
A set of very empty header files that can be used when building apps with Cosmopolitan## Why?
When you build an application with [Cosmopolitan](https://github.com/jart/cosmopolitan), you only need one header file (`cosmopolitan.h`).
If your (existing) code already have a bunch of system `#include`, you are going to get all those pesky 'No such file or directory'.## Solution
Check out this tree of empty files and add `-I` to the gcc command line.## Note
The list of files is not complete... Just keep adding empty files matching the header your code is trying to include