Wapcaplet
Loading...
Searching...
No Matches
Macros | Functions
testmain.c File Reference
#include <check.h>
#include <stdlib.h>
#include "tests.h"

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)
 

Macro Definition Documentation

◆ UNUSED

#define UNUSED (   x)    ((x) = (x))

Definition at line 15 of file testmain.c.

Function Documentation

◆ __assert_fail()

void __assert_fail ( const char *  __assertion,
const char *  __file,
unsigned int  __line,
const char *  __function 
)

Definition at line 20 of file testmain.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file testmain.c.