ZealOS/zealbooter/lib/print.h
2022-09-08 18:01:32 -04:00

6 lines
101 B
C

#ifndef __PRINT_H__
#define __PRINT_H__
int printf(const char *format, ...);
#endif // __PRINT_H__