Skip num_ignore bytes from the front of the stream, advancing the read position.
Synopsis
Declared in <streams.h>
void
ignore(size_t num_ignore);
Parameters
Name |
Description |
num_ignore |
Number of bytes to skip. |
Created with MrDocs