-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathft_printf.h
More file actions
27 lines (24 loc) · 1.89 KB
/
ft_printf.h
File metadata and controls
27 lines (24 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ************************************************************************** */
/* */
/* . . */
/* . ▄█▀· ·▄▄▄▄• ▄▄▌ ▐ ▄▌ ▄▄▄ ▄▄▄ .▄▄ · ▄▄▄· ▄▄▌ ▐ ▄▌ */
/* ▐█ ▄ ▪▀·.█▌ ██· █▌▐█▐█ ▀█ ▀▄ █·▐█ ▀. ▐█ ▀█ ██ █▌▐█ . */
/* .▀▀▀█ ▄█▀▀▀• ██ ▐█▐▐▌▄█▀▀█ ▐▀▀▄ ▄▀▀▀█▄▄█▀▀█ ██▪▐█▐▐▌ */
/* · ▪▐▌█▌▪▄█▀ ▐█▌██▐█▌▐█ ▪▐▌▐█•█▌▐█▄▪▐█▐█ ▐▌▐█▌██▐█▌ */
/* ▪ ·▀ ·▀▀▀ • ▀▀▀▀ ▀▪ ▀ ▀ .▀ ▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀ */
/* . ▪ */
/* . . */
/* ft_printf.h ▪ . */
/* . */
/* By: nbudzins <nbudzins@student.42warsaw.pl> ▪ */
/* . */
/* Created: 2024/03/14 08:59:12 by nbudzins */
/* Updated: 2024/03/14 09:00:05 by nbudzins */
/* . . */
/* ************************************************************************** */
#ifndef PRINTF_H
# define PRINTF_H
//FOR TESTING ONLY!
#include <stdio.h>
//////////////////
#endif