]> granicus.if.org Git - procps-ng/commit
lib: add strtol into utility library
authorSami Kerola <kerolasa@iki.fi>
Tue, 18 Oct 2011 18:54:30 +0000 (20:54 +0200)
committerSami Kerola <kerolasa@iki.fi>
Tue, 20 Dec 2011 16:30:52 +0000 (17:30 +0100)
commitb260b11a3b9c944193227a3b1eb8ca29acc304c7
tree6057c820b22a5a42b0b5818585dae7b80e4a9507
parent130895b02ed32c89208b634a4c8411a34cf79ddc
lib: add strtol into utility library

The utility library is for functions which are shared in commands,
but that does not belong to libproc-ng.  The first function is a
wrapper for strtol that performs error checking, and exists if such
happen.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Makefile.am
configure.ac
include/strutils.h [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/strutils.c [new file with mode: 0644]