PandA-2024.02
Macros | Functions
main.c File Reference
#include <stdlib.h>
Include dependency graph for main.c:

Go to the source code of this file.

Macros

#define abs(x)   ((x)>0?(x):-(x))
 

Functions

void __attribute__ ((noinline))
 
int main ()
 

Macro Definition Documentation

◆ abs

#define abs (   x)    ((x)>0?(x):-(x))

Definition at line 3 of file main.c.

Referenced by __attribute__(), line(), and manage_AI().

Function Documentation

◆ __attribute__()

void __attribute__ ( (noinline)  )

Definition at line 7 of file main.c.

References abs.

◆ main()

int main ( void  )

Definition at line 61 of file main.c.


Generated on Mon Feb 12 2024 13:03:05 for PandA-2024.02 by doxygen 1.8.13