Habitat-lora-gateway/gui.h

9 wiersze
84 B
C

#ifndef _GUI_H
#define _GUI_H
#include <ncurses.h>
void gui_show_help ();
#endif