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

Function string_push_back

src/engine/strings.c:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180void string_push_back( string * self, char x )
181{
182 string_append_range( self, &x, &x + 1 );
183}
184
185
186char string_back( string * self )

Callers 12

file_build1Function · 0.85
canonicWindowsPathFunction · 0.85
module_statFunction · 0.85
import_base_ruleFunction · 0.85
builtin_normalize_pathFunction · 0.85
string_new_from_argvFunction · 0.85
reportWindowsErrorFunction · 0.85
path_buildFunction · 0.85
path_tmpfileFunction · 0.85
combine_stringsFunction · 0.85
string_unit_testFunction · 0.85

Calls 1

string_append_rangeFunction · 0.85

Tested by

no test coverage detected