MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / is_base64

Function is_base64

sourcecommon/base64.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static inline bool is_base64(unsigned char c) {
55 return (isalnum(c) || (c == '+') || (c == '/'));
56}
57
58unsigned char *
59base64_decode(const char *input, int length, int *outlen)

Callers 1

base64_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected