Added SILC Thread Queue API
[silc.git] / util / robodoc / Examples / C / prog2.c
1 /****h* TEST/Prog2 *****
2 * NAME
3 *   Prog2 -- Test program 2. (v1.0)
4 * COPYRIGHT
5 *   Maverick Software Development (C) 1995
6 * FUNCTION
7 *  Totally nothing and useless.
8 * AUTHOR
9 *  Jacco van Weert
10 * MODIFICATION HISTORY
11 *   15-Feb-95 - v1.0 - First version
12 * NOTES
13 *   Nothing special
14 ******
15 */
16
17
18 /****i* Prog2/Proc_Internal2 **
19 *  NAME
20 *    Proc_Internal2 -- Internal procedure test program. (v1.0)
21 *  SYNOPSIS
22 *    Proc_Internal2
23 *  FUNCTION
24 *    Just for fun.
25 *  INPUTS
26 *    No inputs
27 *  BUGS
28 *    The procedure does not exist :)
29 * SEE ALSO
30 *  Proc_Normal1, Proc_Internal1, Proc_Normal2, prog1.c
31 ************
32 */
33
34 /****** Prog2/Proc_Normal2 ***
35 *  NAME
36 *    Proc_Normal2 -- Normal procedure. (v1.0)
37 *  SYNOPSIS
38 *    Proc_Normal2
39 *  FUNCTION
40 *    Useless.
41 *  SEE ALSO
42 *    Proc_Internal1, Proc_Normal1, prog1.c
43 ******
44 */
45
46
47
48
49
50