index — thing @ 3632f2243dc8735baee6d124e6611ed043b66cd4

A little something I'm working on

term.h (view raw)

 1
 2
 3
 4
 5
 6
#include <stdio.h>
#include <termios.h>

void setup_term(struct termios *old);

void return_term(struct termios *old);