|
minishell
|
#include "ft_mem.h"
Go to the source code of this file.
Functions | |
| void | _ft_swap (unsigned char *a, unsigned char *b, size_t bytes) |
| void | ft_swap (void *a, void *b, size_t bytes) |
| void _ft_swap | ( | unsigned char * | a, |
| unsigned char * | b, | ||
| size_t | bytes | ||
| ) |