My Project
|
This is our template for C headers. More...
Go to the source code of this file.
Typedefs | |
typedef int | name |
New type name for int. More... | |
Enumerations | |
enum | myEnum { EVal1 , EVal2 } |
My enum. More... | |
Functions | |
int | F1 (int a1, int &r1) |
F1. More... | |
This is our template for C headers.
ABSTRACT: Some more description here.
Definition in file templateForC.h.
typedef int name |
New type name for int.
Definition at line 21 of file templateForC.h.
enum myEnum |
My enum.
Or yours, if you want!
Enumerator | |
---|---|
EVal1 | Enum value 1. |
EVal2 | Enum value 2. |
Definition at line 24 of file templateForC.h.
int F1 | ( | int | a1, |
int & | r1 | ||
) |
F1.
This is function 1.
The end!
[in] | a1 | some int. aasas. bbbb. |
[in,out] | r1 | integer input and some resulting value |