[#AutoFile-ignore] = xref:AutoFile.adoc[AutoFile]::ignore :relfileprefix: ../ :mrdocs: Skip `nSize` bytes from the file. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ignore(size_t nSize); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nSize* | Number of bytes to skip. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#