Gagan Kumar
Gagan Kumar
- Define Code Style - Enforce Code Style using GitHub Actions - Update CONTRIBUTING.md
- Define Code Style - Enforce Code Style using GitHub Actions - Update CONTRIBUTING.md
- Define Code Style - Enforce Code Style using GitHub Actions - Update CONTRIBUTING.md
#### Source - [src/usr/lib/stdio.c](../blob/master/src/usr/lib/stdio.c) #### Specification Source: https://en.wikipedia.org/wiki/Printf_format_string#Format_placeholder_specification - syntax for a format placeholder: `%[parameter][flags][width][.precision][length]type` To keep things simple we can go with the **subset** of the following options to...