/* $Id: part_num_probe.c,v 1.1 1997/04/25 17:53:00 dps Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #ifdef HAVE_CTYPE_H #include #endif /* HAVE_CTYPE_H */ /* Find part number and return it or -1 if no number */ int get_part_num(const char *st, const char *fence) { int n; while (st