home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / object / util.h < prev    next >
Text File  |  1992-04-27  |  431b  |  16 lines

  1. /*
  2.  * Definitions of stuff in util.c
  3.  */
  4. int readn(/*fd, ptr, nbytes*/);
  5. int writen(/*fd, ptr, nbytes*/);
  6. int    writestring(/*fd, stringptr*/);
  7. int    readline(/*fd, ptr, maxlen*/);
  8. int    readfield(/*fd, ptr, maxlen*/);
  9. int    sreadword(/*input, output, maxlen*/);
  10. void   ZapCRLF(/*char * */);
  11. char   from_hex(/* char */);
  12. char   *to_hex(/* char */);
  13. void   Fromhexstr( /* char, char */);
  14. void   Tohexstr(/* char *, char * */);
  15.  
  16.