mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 21:10:29 +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,7 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_LOG_COUNTBRANCH_H_
|
||||
#define COSMOPOLITAN_LIBC_LOG_COUNTBRANCH_H_
|
||||
#include "libc/macros.internal.h"
|
||||
#include "libc/stdbool.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern bool __nocolor;
|
||||
extern bool g_isrunningundermake;
|
||||
extern bool32 g_isrunningundermake;
|
||||
|
||||
void __start_fatal(const char *, int);
|
||||
void __restore_tty(void);
|
||||
|
|
|
@ -39,12 +39,11 @@ int __watch(void *, size_t);
|
|||
void __die(void) relegated wontreturn; /* print backtrace and abort() */
|
||||
void _meminfo(int); /* shows malloc statistics &c. */
|
||||
void _memsummary(int); /* light version of same thing */
|
||||
bool IsTerminalInarticulate(void) nosideeffect;
|
||||
const char *commandvenv(const char *, const char *);
|
||||
const char *GetAddr2linePath(void);
|
||||
const char *GetGdbPath(void);
|
||||
bool32 IsDebuggerPresent(bool);
|
||||
bool IsRunningUnderMake(void);
|
||||
bool32 IsDebuggerPresent(bool32);
|
||||
bool32 IsRunningUnderMake(void);
|
||||
char *GetSymbolByAddr(int64_t);
|
||||
void PrintGarbage(void);
|
||||
void PrintGarbageNumeric(FILE *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue