variadic-functions
Here are 119 public repositories matching this topic...
A ES6 library of useful variadic functions.
-
Updated
Mar 2, 2026 - JavaScript
The printf project is the coding of a function named "_printf()" that imitates to "printf()"
-
Updated
Mar 18, 2020 - C
A custom implementation of the C standard library's printf function. This project is part of the 42 school curriculum, handling various format specifiers.
-
Updated
Mar 11, 2026 - C
ALX tasks in the context of the C programming language.
-
Updated
Feb 29, 2024 - C
This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)
-
Updated
May 22, 2021 - C
Recreating the essence of the printf function, this project offers a faithful reproduction of its behavior in the C programming language. Delve into the intricacies of string formatting, variable arguments, and the core mechanisms that make printf a versatile tool.
-
Updated
Apr 19, 2024 - C
This repo is for Go language study. It has practical examples divided into folders covering topics like Pointers, Structures, Variadic Functions, etc.
-
Updated
Feb 6, 2023 - Go
This repo contains all the concepts related to the C language.
-
Updated
Jun 20, 2025 - C
This project involves rewriting the well-known printf C function to gain a better understanding of variadic functions and enhance algorithmic methodology.
-
Updated
Nov 23, 2023 - C
A custom implementation of the C standard library's printf function. This project recreates printf with support for formatting, variable arguments, and buffer management, demonstrating deep understanding of C programming, variadic functions, and memory handling.
-
Updated
Jun 20, 2025 - C
A custom implementation of the printf function in C that handles common format conversions with varied argument handling. Carried out as part of my studies at school 42, this project embodies my quest for mastery in C programming and high quality standards.
-
Updated
Mar 18, 2024 - C
This project is pretty straight forward. You will recode printf. Fortunetaly you will be able to reuse it in future projects as a legit function of your libft. You will mainly learn how to use variadic arguments.
-
Updated
Dec 17, 2021 - C
The project is a custom implementation of the standard printf function from C. It allows formatted output of various data types, such as integers, strings, and characters.
-
Updated
Nov 8, 2024 - C
ft_printf is a core project, where we implement our own version of the standard C library function `printf`. The objective is to reproduce the behavior of `printf`, supporting formatted output, variable arguments, and custom conversion specifications.
-
Updated
Jul 25, 2025 - C
ft_printf is a custom implementation of the C printf() function, developed as part of the 42 São Paulo Common Core curriculum. It supports basic format specifiers (cspdiuxX%) and bonus flags (#, + and space) via a static library.
-
Updated
Mar 11, 2025 - C
A function that mimics the behavior of the C library printf function
-
Updated
Jan 31, 2025 - C
This repository contains my C programming work for Holberton School - Low Level Programming
-
Updated
Feb 2, 2026 - C
Reimplementation of the C standard printf() function as part of the 42 curriculum. This project includes full support for format parsing, variadic arguments, and advanced flag handling (bonus), including width, precision, alignment, and alternate forms.
-
Updated
Mar 18, 2026 - C
C dilinde standart printf fonksiyonunun işlevselliğini sıfırdan yeniden yazmayı amaçlayan bir proje.
-
Updated
Dec 12, 2024 - C
Improve this page
Add a description, image, and links to the variadic-functions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the variadic-functions topic, visit your repo's landing page and select "manage topics."