7 lines
80 B
C
7 lines
80 B
C
|
#ifndef __PRINT_H__
|
||
|
#define __PRINT_H__
|
||
|
|
||
|
void print(const char *, ...);
|
||
|
|
||
|
#endif
|