1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/include/curses.h

14 lines
251 B
C
Raw Permalink Normal View History

/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */
1998-07-23 14:21:24 -07:00
/*
* Placed in the public domain by Todd C. Miller <millert@openbsd.org>
* on June 17, 2003.
1998-07-23 14:21:24 -07:00
*/
#ifndef _CURSES_H_
#define _CURSES_H_
#include <ncurses.h>
#endif /* _CURSES_H_ */