index — thing @ 5cfe7bd91b206d1f023d0bbcf40490d1fe3ead9f

A little something I'm working on

libthingterm/include/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);