]> Joshua Wise's Git repositories - netwatch.git/blame - include/vga-overlay.h
add dump-buffer command
[netwatch.git] / include / vga-overlay.h
CommitLineData
91a6abf7
JP
1#ifndef VGA_OVERLAY_H
2#define VGA_OVERLAY_H
3
4void strblit(char *src, int row, int col);
5
6void dolog(char *s);
d24901e6 7void dologf(char *s, ...);
91a6abf7
JP
8void outlog();
9
d5cffad7
JP
10void dump_log(char *buffer);
11
91a6abf7 12#endif
This page took 0.02027 seconds and 4 git commands to generate.