NUTS
 All Files Functions Pages
Functions
Testfile.c File Reference

This is a brief Description. More...

#include <stdio.h>
#include "someheader.h"
Include dependency graph for Testfile.c:

Go to the source code of this file.

Functions

int main ()
 
int bar (int foo)
 A brief description.
 

Detailed Description

This is a brief Description.

This is a more detailed description

Definition in file Testfile.c.

Function Documentation

int bar ( int  foo)

A brief description.

Todo:
Not implemented
Bug:
Might eat your lunch

Definition at line 28 of file Testfile.c.

{
//Comment
return 0;
}
int main ( )

Detailed description of this fine looking main method

Definition at line 12 of file Testfile.c.

{
int i;
// Some normal comments
for(i = 0; i < 100; i++)
{
//Loop stuff.
}
return 0;
}