TSfread

Attempts to read length bytes of data from the file pointed to by filep into the buffer buf.

Synopsis

#include <ts/ts.h>

size_t TSfread(TSFile filep, void *buf, size_t length) InkAPI.cc line 1820

Description