procps/lib
Craig Small fb11e1fe0a Changed the err and warns to macros
err and warn are BSD format but they are not recommended by library
developers.  However their consiseness is useful!

The solution is to use some macros that create xerr etc which then
just map to the error() function.  The next problem is error() uses
program_invocation_name so we set this to program_invovation_short_name

This is a global set but seems to be the convention (or at least errors
are on the short name only) used everywhere else.
2012-01-03 18:48:43 +11:00
..
.gitignore lib: add strtol into utility library 2011-12-20 17:30:52 +01:00
Makefile.am lib: add strtol into utility library 2011-12-20 17:30:52 +01:00
strutils.c Changed the err and warns to macros 2012-01-03 18:48:43 +11:00