6 lines
80 B
C
6 lines
80 B
C
|
#include "ft_base64.h"
|
||
|
|
||
|
void ft_base64_decode(t_base64_ctx *ctx)
|
||
|
{
|
||
|
(void)ctx;
|
||
|
}
|