MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__pnm_isspace

Function stbi__pnm_isspace

include/stb/stb_image.h:7543–7546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected