-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibex_console_.h
More file actions
executable file
·24 lines (18 loc) · 1.17 KB
/
Copy pathlibex_console_.h
File metadata and controls
executable file
·24 lines (18 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -------------------------------------------------------------------------- */
/* (c) ali@balarabe.com [libex_console_.h] */
/* -------------------------------------------------------------------------- */
#if !defined INCLUDED_LIBEX_CONSOLE__H
#define INCLUDED_LIBEX_CONSOLE__H
#include "libex_console.h"
/* -------------------------------------------------------------------------- */
/* Properties: */
#define Console_getLeftMargin lx_Console_getLeftMargin
#define Console_setLeftMargin lx_Console_setLeftMargin
/* -------------------------------------------------------------------------- */
/* Methods: */
#define Console_getKey lx_Console_getKey
#define Console_out lx_Console_out
#define Console_outA lx_Console_outA
#define Console_outInt lx_Console_outInt
#define Console_outW lx_Console_outW
#endif /*eof*/