An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: variadic-functions

beratbosnak/ft_printf

A custom implementation of C's printf function, focusing on the core challenge of variadic functions and format string parsing.

Language: C - Size: 29.3 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

artidek/42_ft_printf

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.

Language: C - Size: 1.46 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Adameelmadani/printf Fork of henrychris/printf

A custom implementation of the printf function in C, built from scratch to deepen understanding of low-level programming, variadic functions, and formatted output handling.

Language: C - Size: 799 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

lahbibsemlali/42_PRINTF

A re-implementation of the C printf function with support for format specifiers, flags, precision, and length modifiers.

Language: C - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

daxferab/42_ft_printf

🎓 Project 2.1 - Replicate C function printf

Language: C - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

duarteagostinho/ft_printf

For the ft_printf project of the 42 school cursus, we must recreate the famous C library printf function. This project teaches us about variadic arguments as well as structures.

Language: C - Size: 89.8 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Tafara-N/alx-low_level_programming

Introduction to Programming In C.

Language: C - Size: 759 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

adil-mabrouk/ft_printf

A custom implementation of the C printf function for the 42 School curriculum. Supports multiple format specifiers (%c, %s, %p, %d, %i, %u, %x, %X, %%) and handles variadic arguments using stdarg.h.

Language: C - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

LuizGandra/ft-printf-42

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.

Language: C - Size: 72.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Mouad-El-Asri/ft_printf

In this project I recoded printf function using variadic function. This project's going to be very useful in my future projects. 📝

Language: C - Size: 1.22 MB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

courseworks/AUT_AP_2025_Spring_HW2

The second assignment for AUT's Advanced Programming course (Spring 2025) focuses on C++ concepts. Students will implement a variadic template function for numerical summation and a word frequency analyzer using STL.

Language: Dockerfile - Size: 334 KB - Last synced at: 30 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

carolina-tcn/ft_printf

A recreation of the printf function from the C standard library using va_list and data type handling.

Language: C - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ejarvinen/42Ft_printf

A custom printf() function from the C Standard Library

Language: C - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

zelhajou/ft_core_printf

A function that mimics the behavior of the C library printf function

Language: C - Size: 1.71 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

awinabaab/alx-low_level_programming

C programs to demonstrate my understanding of the fundamental principles of programming

Language: C - Size: 296 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

raveriss/ft_printf

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.

Language: C - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ZakariaElbouzkri/printf

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

Language: C - Size: 1.21 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

hackerSa3edy/alx-low_level_programming

Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.

Language: C - Size: 412 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Shannon-Kioko/alx-low_level_programming

This repository contains basic to intermediate/advance (complete) tasks in the C programming language, as provided by ALX Software Engineering

Language: C - Size: 417 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Namorgha/Ft_printf

This repository provides a C implementation that reproduces the behavior of the printf function, demonstrating custom formatting and output handling.

Language: C - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

RamaRaju-personal-org/Go_Basics

This repo has detailed explanation about golang basics

Language: Go - Size: 3.29 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

husamql3/alx-low_level_programming

ALX tasks in the context of the C programming language.

Language: C - Size: 656 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 3

AbdellahBellakrim/ft_printf

Recode the printf() function from the C standard library

Language: C - Size: 1.44 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pibouill/ft_printf

Introduction to variadic functions through a basic implementation of printf

Language: C - Size: 1.84 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abouabra/42-ft_printf

ft_printf is a project that aims to mimic the behavior of the original printf function from the C standard library

Language: C - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rapcampo/42_ft_printf

Reproduce the functionality of printf

Language: C - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

amaitou/ft_printf

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.

Language: C - Size: 27.3 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

ychaaibi/ft_printf

Custom Printf Function in C 🚀

Size: 1.44 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AyoubChraiti/ft_printf

This exercise will provide you with a moderate level of difficulty and is an excellent opportunity to dive deeper into C programming.

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chahid001/ft_printf

This project tasks you with reimplementing the printf() function in C.

Language: C - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

siemeris/ft_printf

This project involves rewriting the well-known printf C function to gain a better understanding of variadic functions and enhance algorithmic methodology.

Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

scisamir/printf

0x11. C - printf

Language: C - Size: 27.3 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

merlin-101/Ft_printf-Project

This project entails the recreation of the function Printf from scratch while implementing variadic functions in C.

Language: C - Size: 1.32 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Yamzil/ft_printf

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.

Language: C - Size: 1.2 MB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Nicktvdd/ft_printf

This project is pretty straightforward, I recoded printf. I learned how to implement variadic functions.

Language: C - Size: 56.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Mushigarou/ft_printf

Wrote ft_printf() a function that mimic the original printf()

Language: C - Size: 1.25 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CrispthoAlex/printf

The printf project is the coding of a function named "_printf()" that imitates to "printf()"

Language: C - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

iamkhalil/printf

Custom printf implementation

Language: C - Size: 79.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Murags/printf

Team project building our own printf

Language: C - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

ahmaddev-codes/alx-low_level_programming

ALX low level programming - C programming language

Language: C - Size: 630 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

iamthatjude/printf

A custom imitation of printf() C function as located in stdio.h library

Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ramonmello/go-playground

This repo is for Go language study. It has practical examples divided into folders covering topics like Pointers, Structures, Variadic Functions, etc.

Language: Go - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

samuelselasi/printf

C Custom Printf Function

Language: C - Size: 111 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

linhtng/ft_printf

recode printf()

Language: C - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

prevho/printf

Created the printf function in C by @prevho and @obidekatherine

Language: C - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

reviisori/ft_printf

A reimplementation of C printf

Language: C - Size: 177 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

unilui/42_libft

My very first own library. This project is about coding a C library. It contains a lot of general purpose functions that my programs rely upon.

Language: C - Size: 216 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Jenni-Foued/holbertonschool-low_level_programming

This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)

Language: C - Size: 370 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 4

iidzim/printf

Recode printf

Language: C - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

nhpip/nhpip.github.io

Functional programming, erlang, elixir etc

Language: HTML - Size: 4.07 MB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

variadicjs/variadic.js

A ES6 library of useful variadic functions.

Language: JavaScript - Size: 259 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 7 - Forks: 12