1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 17:21:21 +02:00
sway/include/readline.h

9 lines
108 B
C
Raw Normal View History

#ifndef _SWAY_READLINE_H
#define _SWAY_READLINE_H
#include <stdio.h>
char *read_line(FILE *file);
#endif