1 /* 2 * Copyright 2024 Intel Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #pragma once 7 8 #include <stdint.h> 9 10 const char *ascii85_decode_char(const char *in, uint32_t *v); 11