]> granicus.if.org Git - procps-ng/commit
free -c option uses strutils
authorCraig Small <csmall@enc.com.au>
Tue, 3 Jan 2012 22:53:51 +0000 (09:53 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 3 Jan 2012 22:53:51 +0000 (09:53 +1100)
commit223c95c95db48390a09d2460cd1533c66bc8304b
tree0b32364f7122711eb824bb1711caaa90bc445b6b
parentf776e591231ec894ede73b75a94565a034eda6bc
free -c option uses strutils

The handling of the -c (count) option in free uses the standard string
handling and error utils.  The program also checks for negative counts
and errors on these.
Makefile.am
free.c