Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoe15 committed Apr 25, 2023
1 parent ec5032f commit 078a716
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git clone https://github.com/itsmoe15/printf.git
```

```c
#include "printf.h"
#include "_printf.c"
```

## Usage
Expand Down Expand Up @@ -58,8 +58,6 @@ The answer is 42
The `printf` function provided by this library supports the following additional formatting options:

- `%b`: Binary output of an integer
- `%x`: Hexadecimal output of an integer
- `%o`: Octal output of an integer
- `%f`: Floating-point output with a specified number of decimal places
- `%c`: Character output
- `%s`: String output
Expand All @@ -70,6 +68,3 @@ These options can be combined with the standard format specifiers, such as `%d`

Contributions to this project are welcome! Feel free to open a pull request or an issue if you have any suggestions or bug reports.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

0 comments on commit 078a716

Please sign in to comment.