]>
Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/output.h
... / ...
Commit | Line | Data |
| 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.024985 seconds and 4 git commands to generate.