https://github.com/carlosrocha-dev/variadic_test
Study of how to write C functions with variable argument lists.
https://github.com/carlosrocha-dev/variadic_test
42cursus c-language print variadic-arguments
Last synced: about 2 months ago
JSON representation
Study of how to write C functions with variable argument lists.
- Host: GitHub
- URL: https://github.com/carlosrocha-dev/variadic_test
- Owner: carlosrocha-dev
- Created: 2022-07-24T14:36:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T14:49:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T11:10:02.199Z (4 months ago)
- Topics: 42cursus, c-language, print, variadic-arguments
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Variadic test
## Testing to build my own printf function in c
:heart: Based on Jacob`s video (https://www.youtube.com/watch?v=S-ak715zIIE)