Minishell
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
Variables
a
b
c
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
p
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
include
mini_printf_helpers.h
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2024
3
** my.h
4
** File description:
5
** my.h for library
6
*/
7
8
#ifndef HEADER_FILE
9
#define HEADER_FILE
10
#include <unistd.h>
11
#include <stddef.h>
12
13
void
my_putchar
(
char
c);
14
int
my_put_nbr
(
int
nb);
15
int
my_putstr
(
char
*str);
16
int
my_strlen
(
char
*str);
17
#endif
my_putchar
void my_putchar(char c)
Definition
mini_printf_utils.c:11
my_putstr
int my_putstr(char *str)
my_strlen
int my_strlen(char *str)
Definition
my_strlen.c:8
my_put_nbr
int my_put_nbr(int nb)
Generated by
1.12.0