execline
Software
www.skarnet.org
The execline library interface
The execline library has been designed to help
programmers write applications suitable for use in execline
scripts.
Compiling
- Add /package/admin/execline/include to your header directory list
- Use #include "execline.h"
Linking
- Define a global variable PROG of type const char *
that contains the name of your executable.
- Add /package/admin/execline/library and
/package/prog/skalibs/library to your library directory list
- Link with libexecline.a and libstddjb.a
Programming
Check the /package/admin/execline/include/execline.h header
for the exact function prototypes.
The API is continuously subject to change, so I have decided to
remove the documentation.