mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Add scouts honor escape hatch for source embedding
This commit is contained in:
parent
c91b3c5006
commit
b4269930f7
547 changed files with 1516 additions and 944 deletions
|
@ -7,7 +7,7 @@
|
|||
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
||||
╚─────────────────────────────────────────────────────────────────*/
|
||||
#endif
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.h"
|
||||
|
||||
/ extern const char kMonthName[12][10];
|
||||
.section .rodata,"aS",@progbits
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
||||
╚─────────────────────────────────────────────────────────────────*/
|
||||
#endif
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.h"
|
||||
|
||||
/ Type #1:
|
||||
/ - Indexable C-String Array
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
||||
╚─────────────────────────────────────────────────────────────────*/
|
||||
#endif
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.h"
|
||||
|
||||
/ extern const char kWeekdayName[7][10];
|
||||
.section .rodata,"aS",@progbits
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
||||
╚─────────────────────────────────────────────────────────────────*/
|
||||
#endif
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.h"
|
||||
|
||||
/ Type #1:
|
||||
/ - Indexable C-String Array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue