From 078a716b6a9012baf2cc15c1fb6b66d4750814a1 Mon Sep 17 00:00:00 2001 From: itsmoe15 Date: Tue, 25 Apr 2023 12:07:44 +0200 Subject: [PATCH] First commit --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index dcb25a4..e72d7cf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone https://github.com/itsmoe15/printf.git ``` ```c -#include "printf.h" +#include "_printf.c" ``` ## Usage @@ -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 @@ -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. \ No newline at end of file