Luna/luna/Format.h

8 lines
197 B
C

#pragma once
#include <CType.h>
#include <Types.h>
#include <stdarg.h>
typedef int (*callback_t)(char, void*);
isize cstyle_format(const char* format, callback_t callback, void* arg, va_list ap);