https://github.com/0bvim/variadic-functions
A repository just to practice some codes of variadic functions!
https://github.com/0bvim/variadic-functions
Last synced: 12 months ago
JSON representation
A repository just to practice some codes of variadic functions!
- Host: GitHub
- URL: https://github.com/0bvim/variadic-functions
- Owner: 0bvim
- License: mit
- Created: 2023-08-27T07:33:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T03:42:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T16:42:27.952Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Variadic functions
A repository just to practice some codes of variadic functions!
Source video is from YouTube channel, you can watch video in the following link:
[All you need to know about variadic functions (audio kinda suck)](https://www.youtube.com/watch?v=7Sph8JlRo0g&t=526s&ab_channel=Oceano)
##
All the comments in '.c' files I made while wacthing the video. I created this repository just for me practice and understand right the concept about variadic functions. This repository will stay open because can help some people to understand something.