Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
banner.h
Go to the documentation of this file.
1#ifndef NOTCURSES_BANNER
2#define NOTCURSES_BANNER
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8struct fbuf;
9struct notcurses;
10
11int init_banner(const struct notcurses* nc, struct fbuf* f);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif
int init_banner(const struct notcurses *nc, struct fbuf *f)
Definition fbuf.h:25