home *** CD-ROM | disk | FTP | other *** search
-
- #define NOCCARGC
- /*
- ** Place n occurences of ch at dest.
- */
- pad(dest, ch, n) char *dest, *n; int ch; {
- /*n is a fake unsigned integer*/
- while(n--) *dest++ = ch;
- }
-
-
-
- d, t; d=0;
- *nbr=0;
- while((*octstr>'0')&(*octstr<='7')) {
- t