summaryrefslogtreecommitdiff
path: root/print.h
blob: 08099c5734aca195f0be423bb4740dce7d4b750c (plain)
1
2
3
4
5
6
#ifndef PRINT_H
#define PRINT_H

void print(const char* str, ...);

#endif