add basic code
This commit is contained in:
9
inc/swapper.h
Normal file
9
inc/swapper.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __SWAPPER_HEADER
|
||||
#define __SWAPPER_HEADER
|
||||
|
||||
#define __SWAPPER_MAX_STR_LENGTH 65535
|
||||
|
||||
int swapper_length_difference(char *, char *);
|
||||
void swapper_swap(char *, char *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user