fancy

Shows all fancy formatting

Synopsis


#include "tools.h"
#include "system/system.h"
#include <sys/time.h> 
#include <sys/types.h> 
void f1( int a, char *b )

Input Parameters

x, y - Coords
a - the really important value

Output Parameters

p1 - pointer to a. Is this here?

Notes

This system uses the line
break mechanism

as well as

   a     verbatim
   table example
and a line ending in colon:

This is in quotation format

Notes on Fnodes

This is a sample that includes
    verbatim 
    processing

Keywords

break, pointers

Location:allfmt.c


Index Routine

Routine

foo is a routine

Synopsis


#include "tools.h"
#include "system/system.h"
Routine( bar, another )
double *bar;
int another;

Input Parameter

bar - drinks
another - foo

Location:test.nam


Index Name

Name

is a macro for something

Synopsis


Name(bar,foo)
int bar;
char foo;

Location:test.nam


Index Name2

Name2

is a macro for something else

Synopsis


Name2(bar,foo)
int bar;
char foo;
More stuff

Location:test.nam


Index foo1

foo1

test

Synopsis


#include "tools.h"
#include "system/system.h"

void foo1( a, b, c )
int a;
char b;
void (*c)();

Location:tstpgm.c


Index foo2

foo2

test

Synopsis


#include "tools.h"
#include "system/system.h"

struct tm *foo2( a, b )
MyType *a;
short b;

Location:tstpgm.c


Index foo3

foo3

test

Synopsis


#include "tools.h"
#include "system/system.h"

int foo3()

Location:tstpgm.c


Index SYGetArchType

SYGetArchType

Return a standardized architecture type for the machine that is executing this routine. This uses uname where possible, but may modify the name (for example, sun4 is returned for all sun4 types).

Synopsis


#include "tools.h"
#include "system/system.h"
void SYGetArchType( str, slen )
char *str;
int  slen;

Input Parameter

slen - length of string buffer

Output Parameter

str - string area to contain architecture name. Should be at least 10 characters long.

Notes

This is a long block of text that contains a number of lines and has several sentances. Such as this one, which is the second of many. Well, maybe not many. Maybe four or five sentances?

Location:tstpgm.c


Index foobar

foobar

test program C only

Synopsis


#include "tools.h"
#include "system/system.h"
int foobar( a )
void **a;
This is used as an example of C - only (should be ignored)

Location:tstpgm.c


Index simple

simple

test

Synopsis


#include "tools.h"
#include "system/system.h"

int simple(int a, double b)

Location:tstpgma.c


Index foo1

foo1

test

Synopsis


#include "tools.h"
#include "system/system.h"

void foo1( int a, char b, void (*c)() )

Location:tstpgma.c


Index foo1a

foo1a

test

Synopsis


#include "tools.h"
#include "system/system.h"

void foo1a( int a, char b, void (*c)(int, char, MyType *a) )

Location:tstpgma.c


Index foo2

foo2

test

Synopsis


#include "tools.h"
#include "system/system.h"

struct tm *foo2( MyType *a, short b )

Location:tstpgma.c


Index foo3

foo3

test

Synopsis


#include "tools.h"
#include "system/system.h"

int foo3()

Location:tstpgma.c


Index foo3a

foo3a

test ANSI should use this for empty arg

Synopsis


#include "tools.h"
#include "system/system.h"

int foo3a(void)

Location:tstpgma.c


Index Tst2_start

Tst2_start

Sample C only routine

Synopsis


#include "tools.h"
#include "system/system.h"
void Tst2_start( a, b )
int a, b;
This example uses
The $ symbol to do verbatim output
up to here

Caption for figure

Location:tstpgmc.c


Index foo1

foo1

test

Synopsis


void foo1( a, b, c )
int a;
char b;
void (*c)();

Location:tstpgm.h


Index foo2

foo2

test

Synopsis


struct tm *foo2( a, b )
MyType *a;
short b;

Location:tstpgm.h


Index foo3

foo3

test

Synopsis


int foo3()

Notes

foo

Location:tstpgm.h


Index