Minishell
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