#include "tools.h" #include "system/system.h" Routine( bar, another ) double *bar; int another;
Location:test.nam
Index
Name
is a macro for something
Name(bar,foo) int bar; char foo;
Location:test.nam
Index
Name2
is a macro for something else
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
Index
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).
#include "tools.h" #include "system/system.h" void SYGetArchType( str, slen ) char *str; int slen;
Location:tstpgm.c
Index
foobar
test program C only
#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
Index
foo3a
test ANSI should use this for empty arg
#include "tools.h" #include "system/system.h" int foo3a(void)
Location:tstpgma.c
Index
Tst2_start
Sample C only routine
#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
Index
fancy
Shows all fancy formatting
#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
Index
foobartable
Foo bar test
#include "tools.h" #include "system/system.h" void foobartable(int a)
Location:tst1.c