mmmmh
This commit is contained in:
parent
82aee127b0
commit
a92b119549
99 changed files with 6922 additions and 5723 deletions
8
base64.h
Normal file
8
base64.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "collatypes.h"
|
||||
|
||||
typedef struct arena_t arena_t;
|
||||
|
||||
buffer_t base64Encode(arena_t *arena, buffer_t buffer);
|
||||
buffer_t base64Decode(arena_t *arena, buffer_t buffer);
|
||||
Loading…
Add table
Add a link
Reference in a new issue