-
-
Notifications
You must be signed in to change notification settings - Fork 8
Provide printf()-family functions #98
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfixed on developmentA fix for this issue has been committed to the development branchA fix for this issue has been committed to the development branch
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfixed on developmentA fix for this issue has been committed to the development branchA 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.