Vector 0.0.2
Loading...
Searching...
No Matches
memswap.h
1#ifndef _MEMSWAP_H_
2#define _MEMSWAP_H_
3
4#include <stddef.h>
5
6void memswap(char *a, char *b, const size_t size);
7
8#endif/*_MEMSWAP_H_*/