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