save
This commit is contained in:
9
core/print.h
Normal file
9
core/print.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int printfn(char *, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user