mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
23
libc/time/kweekdayname.S
Normal file
23
libc/time/kweekdayname.S
Normal file
|
@ -0,0 +1,23 @@
|
|||
#if 0
|
||||
/*─────────────────────────────────────────────────────────────────╗
|
||||
│ To the extent possible under law, Justine Tunney has waived │
|
||||
│ all copyright and related or neighboring rights to this file, │
|
||||
│ as it is written in the following disclaimers: │
|
||||
│ • http://unlicense.org/ │
|
||||
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
||||
╚─────────────────────────────────────────────────────────────────*/
|
||||
#endif
|
||||
#include "libc/macros.inc"
|
||||
|
||||
/ extern const char kWeekdayName[7][10];
|
||||
.section .rodata,"aS",@progbits
|
||||
kWeekdayName:
|
||||
.ascin "Sunday",10
|
||||
.ascin "Monday",10
|
||||
.ascin "Tuesday",10
|
||||
.ascin "Wednesday",10
|
||||
.ascin "Thursday",10
|
||||
.ascin "Friday",10
|
||||
.ascin "Saturday",10
|
||||
.endobj kWeekdayName,globl
|
||||
.previous
|
Loading…
Add table
Add a link
Reference in a new issue