Main Page | Data Structures | Directories | File List | Data Fields | Globals

cupl.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "../include/cupl.h"

Go to the source code of this file.

Functions

void cupl_print_info ()


Function Documentation

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 }


Generated on Sat Aug 26 12:34:54 2006 for CUPL (Common UNIX Programming Library) by  doxygen 1.3.9.1