mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 01:50:30 +00:00
Remove bool from public headers
This commit is contained in:
parent
dffee606cf
commit
1351d3cede
55 changed files with 105 additions and 98 deletions
|
@ -1,6 +1,5 @@
|
|||
#ifndef _COSMO_H
|
||||
#define _COSMO_H
|
||||
#include "libc/stdbool.h"
|
||||
|
||||
#ifdef _COSMO_SOURCE
|
||||
#define COSMO_ALREADY_DEFINED
|
||||
|
@ -24,7 +23,7 @@
|
|||
* includes core runtime services, third party libraries we've curated,
|
||||
* as well as internal libraries we made that are good enough to share.
|
||||
*
|
||||
* @see tool/script/cosmocc
|
||||
* @see tool/cosmocc
|
||||
*/
|
||||
|
||||
#include "libc/calls/calls.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue