Skip to content
/ CUPL Public

CUPL is a programming library which provides some common and usefull functions to UNIX programmers, saves your time and reduces the development process.

Notifications You must be signed in to change notification settings

EnderUNIX/CUPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common UNIX Programming Library
===============================

Project homepage: http://www.enderunix.org/cupl

FEATURES

* Flexible config parser.
* Data structure management functions:
  - hash
* String processing:
  - Regular expression based pattern matching.

INSTALL

# tar -zcvf cupl-0.8.tar.gz
# cd cupl-0.8
# make all

This will install a static library to under /usr/local/lib
as libcupl.a and a header file cupl.h to under /usr/local/include.

HOW TO USE

Look at the samples directory to see code samples. 

To use libcupl, you must give -lcupl flag to your compiler
and must include cupl.h.

$ cc -o sample sample.c -lcupl
$ ./sample

About

CUPL is a programming library which provides some common and usefull functions to UNIX programmers, saves your time and reduces the development process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages