Recreate base64 project
This commit is contained in:
11
base64/base64.h
Normal file
11
base64/base64.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#ifndef BASE64_H
|
||||
#define BASE64_H
|
||||
|
||||
#include "../wapp/wapp.h"
|
||||
|
||||
Str8 *encode(Allocator *allocator, Str8RO *input);
|
||||
Str8 *decode(Allocator *allocator, Str8RO *input);
|
||||
|
||||
#endif // !BASE64_H
|
||||
Reference in New Issue
Block a user