(my)TinyLibC
0.0.1
little tiny pretty lib c
Loading...
Searching...
No Matches
tlcutils.h
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2022
3
** (my) Tiny Lib
4
** File description:
5
** utils function and macro
6
*/
7
8
#ifndef TLS_UTILS_H_
9
#define TLS_UTILS_H_
10
11
#define UNUSED __attribute__((unused))
12
18
void
free_ifnotnull
(
void
*ptr);
19
23
void
return_void
(
void
);
24
25
#endif
return_void
void return_void(void)
function that do nothing; utils for ternary with one function call
free_ifnotnull
void free_ifnotnull(void *ptr)
free if ptr is not null
includes
tlcutils.h
Generated by
1.9.7