|
Wapcaplet
|
Go to the source code of this file.
Macros | |
| #define | UNUSED(x) ((x) = (x)) |
Functions | |
| void | __assert_fail (const char *__assertion, const char *__file, unsigned int __line, const char *__function) |
| int | main (int argc, char **argv) |
| #define UNUSED | ( | x | ) | ((x) = (x)) |
Definition at line 15 of file testmain.c.
| void __assert_fail | ( | const char * | __assertion, |
| const char * | __file, | ||
| unsigned int | __line, | ||
| const char * | __function | ||
| ) |
Definition at line 20 of file testmain.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file testmain.c.