ultimatepp/uppdev/ezcommon
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00
..
aclocal.m4 Adding uppdev.... 2008-08-15 08:36:24 +00:00
AUTHORS Adding uppdev.... 2008-08-15 08:36:24 +00:00
ChangeLog Adding uppdev.... 2008-08-15 08:36:24 +00:00
config.guess Adding uppdev.... 2008-08-15 08:36:24 +00:00
config.sub Adding uppdev.... 2008-08-15 08:36:24 +00:00
configure Adding uppdev.... 2008-08-15 08:36:24 +00:00
configure.ac Adding uppdev.... 2008-08-15 08:36:24 +00:00
COPYING Adding uppdev.... 2008-08-15 08:36:24 +00:00
depcomp Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommon.cpp Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommon.h Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommon.upp Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommonupp.cpp Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommonupp.cpp.bak Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommonupp.h Adding uppdev.... 2008-08-15 08:36:24 +00:00
ezcommonupp.h.bak Adding uppdev.... 2008-08-15 08:36:24 +00:00
INSTALL Adding uppdev.... 2008-08-15 08:36:24 +00:00
install-sh Adding uppdev.... 2008-08-15 08:36:24 +00:00
ltmain.sh Adding uppdev.... 2008-08-15 08:36:24 +00:00
Makefile.am Adding uppdev.... 2008-08-15 08:36:24 +00:00
Makefile.in Adding uppdev.... 2008-08-15 08:36:24 +00:00
missing Adding uppdev.... 2008-08-15 08:36:24 +00:00
NEWS Adding uppdev.... 2008-08-15 08:36:24 +00:00
README Adding uppdev.... 2008-08-15 08:36:24 +00:00

/***************************************************************************
 *                                                                         *
 *   Explicit Distribution Limitation                                      *
 *   This program may not be modified or used by, or, if possible,         *
 *   redistributed to people described as below,                           *
 *   1.Japanese who hold hostility against Chinese.                        *
 *   2.or, those who discriminate against people based solely on race,     *
 *     gender or sexual orientation.                                       *
 *                                                                         *
 ***************************************************************************/

	EZ Common is the library serving other parts of EZ Project, defining
common types, I/O functionalities, etc.
	EZ Project uses an enum type to define function return values. The
possiblities are, critical errors, minor errors, no significant errors, right
and unknown. Please turn to header file for their comments.
	ezoi is a standard I/O class for screen or file(s). If screen input is
needed, invoke st() first, then inpt(), and rst() at last, to function
friendly when only one character's needed to be entered (no Enter's required).
dsp() is the common interface to output in format. mem() is for more specific
usage. Use ind() to output in raw, though in format, too, directly. To
minimize the dependency of the library caller and the library implementation,
ezoip member is defined inside ezoi to shield private details.

						Allen
					Jan. 16, 2005