NUTS
 All Files Functions Pages
Functions
someheader.h File Reference

This will show up in the file browser. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int bar (int foo)
 A brief description.
 

Detailed Description

This will show up in the file browser.

Detailed description of this glorious headerfile

Definition in file someheader.h.

Function Documentation

int bar ( int  foo)

A brief description.

a foo walks into a bar.

Parameters
fooThis is a parameter
Returns
The result
Todo:
Not implemented
Bug:
Might eat your lunch

Definition at line 28 of file Testfile.c.

{
//Comment
return 0;
}