-
Notifications
You must be signed in to change notification settings - Fork 0
format6
Weng Shiwei edited this page Jan 8, 2021
·
27 revisions
| Value or type | Note | 'a | 'b | 'c | 'd | 'e | 'f | rest type |
|---|---|---|---|---|---|---|---|---|
format6 |
'a | 'b | 'c | 'd | 'e | 'f | --------- | |
format |
('a, 'b, 'c, 'c) format4 |
'a | 'b | 'c | 'c | 'c | 'c | |
format4 |
('a, 'b, 'c, 'c, 'c, 'd) format6 |
'a | 'b | 'c | 'c | 'c | 'd | --------- |
Scanf.scanner |
('a, Scanf.Scanning.scanbuf, 'b, 'c, 'a -> 'd, 'd) format6 -> 'c |
'a | scanbuf | 'b | 'c | 'a -> 'd | 'd | 'c |
| Manual | ||||||||
Printf |
||||||||
Scanf |
||||||||
Format |
||||||||
| Paper | ||||||||
Printf |
||||||||
Scanf |
||||||||