summaryrefslogtreecommitdiffstats
path: root/public/oak/inc/prochdr.c
blob: 60206f799e6c36b0cf6dd2920cf4a85554cf70f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

return-type
procedure-name(
    direction type-name argument-name,
    direction type-name argument-name...
    )

/*++

Routine Description:

    description-of-function.

Arguments:

    argument-name - Supplies | Returns description of argument.
    .
    .

Return Value:

    return-value - Description of conditions needed to return value. - or -
    None.

--*/

{


}