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