KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
format.h
Go to the documentation of this file.
1/* KallistiOS ##version##
2
3 util/text/format.h
4 Copyright (C) 2026 Andress Barajas
5
6*/
7
8#ifndef UTIL_TEXT_FORMAT_H
9#define UTIL_TEXT_FORMAT_H
10
11const char *fmt_parity(int n);
12
13#endif /* UTIL_TEXT_FORMAT_H */
const char * fmt_parity(int n)
Definition format.c:10