]> Joshua Wise's Git repositories - netwatch.git/blob - include/output.h
f49ef59e422b04bcc243321d4aedc4c17cd4edaa
[netwatch.git] / include / output.h
1 #ifndef __OUTPUT_H
2 #define __OUTPUT_H
3
4 extern void (*output)(const char *s);
5 extern void (*outputf)(const char *s, ...);
6
7 #endif
This page took 0.014884 seconds and 2 git commands to generate.