-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibex_const_.h
More file actions
executable file
·27 lines (21 loc) · 1.27 KB
/
Copy pathlibex_const_.h
File metadata and controls
executable file
·27 lines (21 loc) · 1.27 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
25
26
27
/* -------------------------------------------------------------------------- */
/* (c) ali@balarabe.com [libex_const_.h] */
/* -------------------------------------------------------------------------- */
#if !defined INCLUDED_LIBEX_CONST__H
#define INCLUDED_LIBEX_CONST__H
#include "libex_const.h"
/* -------------------------------------------------------------------------- */
/* Numeric Constants: */
#define MILLION LX_MILLION
#define NONE LX_NONE
/* -------------------------------------------------------------------------- */
/* String Constants: */
#define ASCII_CHARS LX_ASCII_CHARS
#define ASCII_CHARS_A LX_ASCII_CHARS_A
#define BASE64_DIGITS_A LX_BASE64_DIGITS_A
#define BLANK LX_BLANK
#define ERR_TEXT LX_ERR_TEXT
#define NL LX_NL
#define TT LX_TT
#define WHITESPACES LX_WHITESPACES
#endif /*eof*/