mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Do some string library work
This commit is contained in:
parent
83d41e4588
commit
35203c0551
42 changed files with 1381 additions and 136 deletions
12
libc/testlib/viewables.h
Normal file
12
libc/testlib/viewables.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_TESTLIB_VIEWABLES_H_
|
||||
#define COSMOPOLITAN_LIBC_TESTLIB_VIEWABLES_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern size_t kViewablesSize;
|
||||
extern char kViewables[];
|
||||
extern uint8_t kViewablesZip[];
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_TESTLIB_VIEWABLES_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue