inc-doc2 nits/finishing touches

This commit is contained in:
Valentin Grünbacher
2015-02-24 22:51:36 +01:00
parent 902cecb0c3
commit bc9710e8f2
11 changed files with 73 additions and 77 deletions

View File

@@ -6,7 +6,7 @@
*/
#if defined _core_included
#endinput
#endinput
#endif
#define _core_included
@@ -198,5 +198,5 @@ native tickcount(&granularity = 0);
*/
stock abs(x)
{
return x > 0 ? x : -x;
return x > 0 ? x : -x;
}