Skip nSize bytes from the file.
Synopsis
Declared in <streams.h>
void
ignore(size_t nSize);
Parameters
Name |
Description |
nSize |
Number of bytes to skip. |
Created with MrDocs
Skip nSize bytes from the file.
Declared in <streams.h>
void
ignore(size_t nSize);
Name |
Description |
nSize |
Number of bytes to skip. |
Created with MrDocs