Source fixes for clangd
This commit is contained in:
parent
9d5e8cf129
commit
0035e33166
5 changed files with 29 additions and 14 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef _STDLIB_H
|
||||
#define _STDLIB_H
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define abs(x) __abs(x)
|
||||
#else
|
||||
int abs(int x);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue