MCPcopy Create free account
hub / github.com/Singular/Singular / Print

Function Print

ppcc/adlib/os.cc:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Print(Str *str) {
152 printf("%s", str->c_str());
153}
154
155void PrintLn(Str *str) {
156 printf("%s\n", str->c_str());

Callers 15

jjEXTENDED_SYSTEMFunction · 0.50
newstructShowFunction · 0.50
print_versionFunction · 0.50
PrintMethod · 0.50
jjCOLCOLFunction · 0.50
jjFETCHFunction · 0.50
jjPRUNE_MAPFunction · 0.50
jjLOAD_TRYFunction · 0.50
jjFETCH_MFunction · 0.50
jjBRACKET_PLFunction · 0.50
jjRESERVED0Function · 0.50
iiExprArith2TabInternFunction · 0.50

Calls 1

c_strMethod · 0.80

Tested by 14

mainFunction · 0.40
TestGBEngineFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40
test_nFunction · 0.40
TestGBEngineFunction · 0.40
TestSimpleRingArithmetcsFunction · 0.40