Fex-II/inc/nprint.h
auric 969f4e26b8 Begin writing it...
Better late than never
2024-02-22 13:54:52 -06:00

13 lines
169 B
C

//
// Created by auric on 2/21/24.
//
#ifndef NPRINT_H
#define NPRINT_H
#include <stdarg.h>
void nprint(const char *tag, const char *format, ...);
#endif //NPRINT_H