skalibs
Software
www.skarnet.org
The ttymodes library interface
libttymodes is a small library designed to encapsulate some
basic terminal manipulation.
Compiling
- Add /package/prog/skalibs/include to your header directory list
- Use #include "ttymodes.h"
Linking
- Add /package/prog/skalibs/library (for static linking) or
/package/prog/skalibs/library.so (for dynamic linking)
to your library directory list
- Define a global variable PROG of type char const *
that contains the name of your executable
- Link with -lttymodes -lstddjb
Programming
FIXME: to be completed.