6 lines
78 B
C
6 lines
78 B
C
|
|
#ifndef KLIBPRINT_H
|
||
|
|
#define KLIBPRINT_H
|
||
|
|
|
||
|
|
void kprint(const char* str);
|
||
|
|
|
||
|
|
#endif
|