test.h File Reference
Go to the source code of this file.
Defines |
#define | VOID void |
#define | U8 unsigned char |
Functions |
VOID | foo (VOID) |
| Brief description of foo().
|
VOID | bar (U8 u8Param) |
| Short description of bar().
|
Define Documentation
Definition at line 3 of file test.h.
Definition at line 2 of file test.h.
Function Documentation
Short description of bar().
- Parameters:
-
| u8Param | this is the first parameter |
- See also:
- foo()
Definition at line 9 of file test.c.