https://github.com/f-corvaro/my_static_c_library
Static C library for 42 projects.
https://github.com/f-corvaro/my_static_c_library
c doxygen ftprintf getnextline libft libftprintf staticlibrary utilities
Last synced: 3 months ago
JSON representation
Static C library for 42 projects.
- Host: GitHub
- URL: https://github.com/f-corvaro/my_static_c_library
- Owner: f-corvaro
- License: mit
- Created: 2023-11-20T09:05:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:18:11.000Z (11 months ago)
- Last Synced: 2024-07-27T18:41:55.200Z (11 months ago)
- Topics: c, doxygen, ftprintf, getnextline, libft, libftprintf, staticlibrary, utilities
- Language: C
- Homepage: https://github.com/f-corvaro
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Index
Library Overview
Running tests and features
Folder Structure and Compilation
Support and Contributions
Author
## Library Overview
This static library includes the following 42 projects: `get_next_line` (bonus functions only), `ft_printf` (with all format bonuses), and `libft` (with bonus functions). Additionally, custom boolean types and other useful utilities are defined within the code. Each function is documented with Doxygen-style comments for clarity.
To see the available commands for this library, navigate to the library path in the terminal and run:
```sh
make help
```
## Running tests and features