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