From Jason Turner

[tab:localization.integer.conversions.in]

Diff to HTML by rtfpessoa

tmp/tmp7got0807/{from.md → to.md} RENAMED
@@ -1,9 +0,0 @@
1
- **Table: Integer conversions** <a id="tab:localization.integer.conversions.in">[tab:localization.integer.conversions.in]</a>
2
-
3
- | State | `stdio` equivalent |
4
- | ------------------------ | ------------------ |
5
- | `basefield == oct` | `%o` |
6
- | `basefield == hex` | `%X` |
7
- | `basefield == 0` | `%i` `signed` integral type | `%d` |
8
- | `unsigned` integral type | `%u` |
9
-