(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
18void free_ifnotnull(void *ptr);
19
23void return_void(void);
24
25#endif
void return_void(void)
function that do nothing; utils for ternary with one function call
void free_ifnotnull(void *ptr)
free if ptr is not null