MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / itoa

Function itoa

src/library/blas/gens/kprintf.cpp:1626–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624}
1625
1626static const char * itoa(int n)
1627{
1628 if (n > 16)
1629 return (const char*) NULL;
1630 return numbers[n];
1631}
1632
1633//
1634// PENDING: COMPLEX DATA TYPE HANDLING may need special attention

Callers 1

handleVFORMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected