Skip the next n bytes without reading them.
Synopsis
Declared in <streams.h>
void
ignore(size_t n);
Parameters
Name |
Description |
n |
Number of bytes to skip. |
Created with MrDocs
Skip the next n bytes without reading them.
Declared in <streams.h>
void
ignore(size_t n);
Name |
Description |
n |
Number of bytes to skip. |
Created with MrDocs