#include <stdio.h>#include <stdlib.h>#include "../include/cupl.h"Go to the source code of this file.
Functions | |
| void | cupl_print_info () |
|
|
Definition at line 31 of file cupl.c. References CUPL_VERSION. Referenced by main(). 00032 {
00033 printf("\n");
00034 printf("Common UNIX Programming Library, version %s\n", CUPL_VERSION);
00035 printf("(c)opyright Baris Simsek, http://www.enderunix.org/simsek\n\n");
00036
00037 return;
00038 }
|
1.3.9.1