mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-12-14 16:55:26 -08:00
7 lines
77 B
C
7 lines
77 B
C
#ifndef PRINT_H
|
|
#define PRINT_H
|
|
|
|
void print_string(const char *str);
|
|
|
|
#endif
|