MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / skipSpace

Method skipSpace

SIP/SIPParse.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void skipSpace()
162 {
163 while (*pp && isspace(*pp)) { pp++; }
164 }
165
166 bool scanChar(int ch)
167 {

Callers 1

prepSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected