mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +00:00
Run clang-format (#1197)
This commit is contained in:
parent
ea081b262c
commit
f032b5570b
183 changed files with 1074 additions and 983 deletions
|
@ -6,13 +6,15 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
forceinline nosideeffect int Head(int x) {
|
||||
if (x <= 0) return LO(Get(x));
|
||||
if (x <= 0)
|
||||
return LO(Get(x));
|
||||
Push(x);
|
||||
Raise(kCar);
|
||||
}
|
||||
|
||||
forceinline nosideeffect int Tail(int x) {
|
||||
if (x <= 0) return HI(Get(x));
|
||||
if (x <= 0)
|
||||
return HI(Get(x));
|
||||
Push(x);
|
||||
Raise(kCdr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue