mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 00:32:29 +00:00
Perform some minor fixups
This commit is contained in:
parent
ca88ce5026
commit
4e93750afd
9 changed files with 24 additions and 50 deletions
|
@ -22,6 +22,6 @@
|
|||
/**
|
||||
* Returns absolute value of x.
|
||||
*/
|
||||
int(abs)(int x) {
|
||||
int abs(int x) {
|
||||
return ABS(x);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue