Provide printf()-family functions #98
Labels
enhancement
New feature or request
fixed on development
A fix for this issue has been committed to the development branch
While this repository is C++-oriented - it is still useful to provide some C standard library functions, some of which are already available. Missing are the
printf()
-family of functions: Bothprintf()
itself, as CUDA'sprintf()
does not support several C99 printf features; and even more importantly,sprintf()
, for returning formatted strings, or marshalling them before actuallyprintf()
'ing.The text was updated successfully, but these errors were encountered: