mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-06-06 00:41:28 -07:00
7 lines
77 B
C
7 lines
77 B
C
#ifndef PRINT_H
|
|
#define PRINT_H
|
|
|
|
void print_string(const char *str);
|
|
|
|
#endif
|