Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs was saying that format string is compatible with printf. This is misleading - e.g. reckless uses `%d` for all integer types. Neither `%llu` nor `PRIu64` are supported. This change clearly states that incompatibility.
- Loading branch information