Converted to AsciiBinder
This required moving files around in the repository and shifting from a master.adoc structure to _topic_map.yml, etc. README and Makefile modified slightly to reflect new build process
This commit is contained in:
parent
161b3a786e
commit
2e8934be40
186 changed files with 30936 additions and 372 deletions
4
en-US/snippets/C-String-Functions-snprintf.adoc
Normal file
4
en-US/snippets/C-String-Functions-snprintf.adoc
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
char fraction[30];
|
||||
snprintf(fraction, sizeof(fraction), "%d/%d", numerator, denominator);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue