#include "tools.h" #include "system/system.h" #include <sys/time.h> #include <sys/types.h> void f1( int a, char *b )
as well as
a verbatim table exampleand a line ending in colon:
This is in quotation format
verbatim processing
Location:allfmt.c
#include "tools.h" #include "system/system.h" void argtest1(int arg1, int arg2, int arg3, int arga, int argz)
Location:tst3.c
#include "tools.h" #include "system/system.h" Routine( bar, another ) double *bar; int another;
Location:test.nam
Name(bar,foo) int bar; char foo;
Location:test.nam
Name2(bar,foo) int bar; char foo;More stuff
Location:test.nam
#include "tools.h" #include "system/system.h" void foo1( a, b, c ) int a; char b; void (*c)();
Location:tstpgm.c
#include "tools.h" #include "system/system.h" struct tm *foo2( a, b ) MyType *a; short b;
Location:tstpgm.c
#include "tools.h" #include "system/system.h" int foo3()
Location:tstpgm.c
#include "tools.h" #include "system/system.h" void SYGetArchType( str, slen ) char *str; int slen;
Location:tstpgm.c
#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
#include "tools.h" #include "system/system.h" int simple(int a, double b)
Location:tstpgma.c
#include "tools.h" #include "system/system.h" void foo1( int a, char b, void (*c)() )
Location:tstpgma.c
#include "tools.h" #include "system/system.h" void foo1a( int a, char b, void (*c)(int, char, MyType *a) )
Location:tstpgma.c
#include "tools.h" #include "system/system.h" struct tm *foo2( MyType *a, short b )
Location:tstpgma.c
#include "tools.h" #include "system/system.h" int foo3()
Location:tstpgma.c
#include "tools.h" #include "system/system.h" int foo3a(void)
Location:tstpgma.c
#include "tools.h" #include "system/system.h" void Tst2_start( a, b ) int a, b;This example uses
Caption for figure
Location:tstpgmc.c
void foo1( a, b, c ) int a; char b; void (*c)();
Location:tstpgm.h
struct tm *foo2( a, b ) MyType *a; short b;
Location:tstpgm.h
int foo3()
Location:tstpgm.h