rulimine/lib/print.h

7 lines
80 B
C
Raw Normal View History

2019-05-31 08:19:02 +03:00
#ifndef __PRINT_H__
#define __PRINT_H__
void print(const char *, ...);
#endif