feat: printf rwir(#65) - #276
Merged
Merged
Conversation
mod 注册 printf(fmt + any... 变参),term 实现;kvlangtest* shm 产物 gitignore。
- runtime-rs term:printf(fmt, args...) 逐字节对齐 C printf(d/i/u/o/x/X/f/F/e/E/g/G/ c/s/% + 标志 -0+空格# + 宽度 + .精度),不自动换行。 - http/json 失效测试补 ext: None;mod 注册。 - runtime C/layout:printf 相关接线(format 支持,nm 导出仍 203 不变)。 - 新锚例 tutorial/11-string/09-printf.kv。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
term printf C 风格格式化,锚例 09-printf。\n\nCloses #65