MCPcopy Create free account
hub / github.com/boostorg/build / string_pop_back

Function string_pop_back

v2/engine/strings.c:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174void string_pop_back( string * self )
175{
176 string_truncate( self, self->size - 1 );
177}
178
179
180void string_push_back( string * self, char x )

Callers 1

normalize_pathFunction · 0.85

Calls 1

string_truncateFunction · 0.85

Tested by

no test coverage detected