mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
6 lines
101 B
C
6 lines
101 B
C
#ifndef __PRINT_H__
|
|
#define __PRINT_H__
|
|
|
|
int printf(const char *format, ...);
|
|
|
|
#endif // __PRINT_H__
|