Files
procps/include/strutils.h
2011-12-20 17:30:53 +01:00

11 lines
193 B
C

/*
* This header was copied from util-linux at fall 2011.
*/
#ifndef PROCPS_NG_STRUTILS
#define PROCPS_NG_STRUTILS
extern long strtol_or_err(const char *str, const char *errmesg);
#endif