Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
refs/heads/main
/
.
/
tests
/
base64_test.h
blob: 0e255434fe9b61277e7b58f995694ad9788b1f08 [
file
] [
log
] [
blame
]
Ed Tanous
398899a
2025-07-25 11:07:32 -0700
[
diff
] [
blame
]
1
#ifndef
BASE64_TEST_H
2
void
test_base64_encode_good
(
void
);
3
void
test_base64_decode_good
(
void
);
4
#endif