]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/minilib.h
split vga and logging code out into vga-overlay.[ch]
[netwatch.git] / include / minilib.h
... / ...
CommitLineData
1#ifndef MINILIB_H
2#define MINILIB_H
3
4void memmove(void *dest, void *src, int bytes);
5int strcmp(const char *a2, const char *a1);
6void strcpy(char *a2, const char *a1);
7void tohex(char *s, unsigned long l);
8
9#endif
This page took 0.022402 seconds and 4 git commands to generate.