fmt.h 240 B

12345678
  1. // SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. #include <stdint.h> // uint64_t
  4. #define BADWOLF_CTX_SIZ 7
  5. void fmt_context_id(uint64_t num, char *out);