rulimine/lib/print.h
2019-05-31 07:19:02 +02:00

7 lines
80 B
C

#ifndef __PRINT_H__
#define __PRINT_H__
void print(const char *, ...);
#endif