7 lines
92 B
C
7 lines
92 B
C
#ifndef SWAP
|
|
#define SWAP
|
|
|
|
int make_swap(void *);
|
|
int create_swap(const char *name);
|
|
|
|
#endif |