TSfgets
TSfgets API function
- Provided by: trafficserver-dev (Version: 8.0.5+ds-3)
- Source: trafficserver
- Report a bug
TSfgets API function
#include <ts/ts.h>
Reads a line from the file pointed to by filep into the buffer buf.
Lines are terminated by a line feed character, ' '. The line placed in the buffer includes the line feed character and is terminated with a NULL. If the line is longer than length bytes then only the first length-minus-1 bytes are placed in buf.
2020, dev@trafficserver.apache.org