test-b64_decode.c 76 B

1234567
  1. #include "utils.h"
  2. int main()
  3. {
  4. b64_decode("Zg==", NULL, 2);
  5. return 0;
  6. }