mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 21:40:30 +00:00
Improve documentation
The Cosmo API documentation page is pretty good now https://justine.lol/cosmopolitan/documentation.html
This commit is contained in:
parent
13437dd19b
commit
1bc3a25505
367 changed files with 2542 additions and 26178 deletions
9
third_party/chibicc/chibicc.h
vendored
9
third_party/chibicc/chibicc.h
vendored
|
@ -272,6 +272,7 @@ struct Obj {
|
|||
bool is_destructor;
|
||||
bool is_constructor;
|
||||
bool is_ms_abi; /* TODO */
|
||||
bool is_no_instrument_function;
|
||||
bool is_force_align_arg_pointer;
|
||||
bool is_no_caller_saved_registers;
|
||||
int stack_size;
|
||||
|
@ -616,10 +617,16 @@ Obj *alloc_obj(void);
|
|||
Type *alloc_type(void);
|
||||
|
||||
//
|
||||
// javadown.c
|
||||
// dox1.c
|
||||
//
|
||||
|
||||
void output_javadown(const char *, Obj *);
|
||||
void output_javadown_asm(const char *, const char *);
|
||||
|
||||
//
|
||||
// dox2.c
|
||||
//
|
||||
|
||||
void drop_dox(const StringArray *, const char *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue