IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 6:08:27 PM (20 years ago)
Author:
jhoblitt
Message:

add slurp()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/slurp.c

    r6844 r6845  
    33
    44#include "slurp.h"
     5
     6psString slurp(int fd)
     7{
     8    FILE *stream = fdopen(fd, "r");
     9
     10    return fslurp(stream);
     11}
    512
    613psString fslurp(FILE *stream)
Note: See TracChangeset for help on using the changeset viewer.