ttyrec.h (145B)
1 #ifndef __TTYREC_H__ 2 #define __TTYREC_H__ 3 4 #include "sys/time.h" 5 6 typedef struct header { 7 struct timeval tv; 8 int len; 9 } Header; 10 11 12 #endif
ttyrexttyrec with more options | |
git clone https://a3nm.net/git/ttyrex/ | |
Log | Files | Refs | README |