MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__pnm_isspace

Function stbi__pnm_isspace

Source/Utils/stb_image.h:7540–7543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7538}
7539
7540static int stbi__pnm_isspace(char c)
7541{
7542 return c == ' ' || c == '\t' || c == '\n' || c == '\v' || c == '\f' || c == '\r';
7543}
7544
7545static void stbi__pnm_skip_whitespace(stbi__context *s, char *c)
7546{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected