Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'printf' and 'sprintf' primitives #65

Merged
merged 2 commits into from
Jul 27, 2020
Merged

Added 'printf' and 'sprintf' primitives #65

merged 2 commits into from
Jul 27, 2020

Conversation

skx
Copy link
Owner

@skx skx commented Jul 27, 2020

This pull-request implements printf and sprintf, to allow formatting output in a way that users would expect:

  printf( "Hello, my name is %s, you are %d\n", "Steve", 43 );

@skx skx merged commit 4343267 into master Jul 27, 2020
@skx skx deleted the sprintf/printf branch July 27, 2020 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant