]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/sbr/m_atoi.c
1 /* m_atoi.c - parse a string representation of a message number */
3 static char ident
[] = "@(#)$Id: m_atoi.c,v 1.2 1992/10/26 22:52:05 jromine Exp $";
18 while (isdigit(*cp
)) {
24 if (*cp
< '0' || *cp
> '9')