renamed some function names for naming consistency

This commit is contained in:
hyunghwan.chung
2018-04-07 15:54:09 +00:00
parent cf5c9d0461
commit 8a6e2c601c
11 changed files with 184 additions and 184 deletions

View File

@@ -51,8 +51,8 @@ static moo_bch_t EMSG_BCH[] = { '\0' };
#define xopt_t moo_uopt_t
#define xopt_lng_t moo_uopt_lng_t
#define xgetopt moo_getuopt
#define xcompcharscstr moo_compucharsucstr
#define xfindcharincstr moo_finducharinucstr
#define xcompcharscstr moo_comp_uchars_ucstr
#define xfindcharincstr moo_find_uchar_in_ucstr
#define XCI_EOF MOO_BCI_EOF
#include "opt-impl.h"
@@ -74,8 +74,8 @@ static moo_bch_t EMSG_BCH[] = { '\0' };
#define xopt_t moo_bopt_t
#define xopt_lng_t moo_bopt_lng_t
#define xgetopt moo_getbopt
#define xcompcharscstr moo_compbcharsbcstr
#define xfindcharincstr moo_findbcharinbcstr
#define xcompcharscstr moo_comp_bchars_bcstr
#define xfindcharincstr moo_find_bchar_in_bcstr
#define XCI_EOF MOO_UCI_EOF
#include "opt-impl.h"