added the ignore_if_unhandled parameter to App::neglectsignal().

added App::logfmt() and App::logfmtv()
added QSE::TcpServerFD<F,D> and  QSE::ThreadFD<F,D>
This commit is contained in:
2019-06-11 09:10:09 +00:00
parent 9a0f2e15b8
commit f95e9d36cf
8 changed files with 212 additions and 14 deletions

View File

@ -99,8 +99,10 @@ QSE_EXPORT int qse_wfmtout (
);
#if defined(QSE_CHAR_IS_MCHAR)
# define qse_fmtout_t qse_mfmtout_t
# define qse_fmtout(fmt,fo,ap) qse_mfmtout(fmt,fo,ap)
#else
# define qse_fmtout_t qse_wfmtout_t
# define qse_fmtout(fmt,fo,ap) qse_wfmtout(fmt,fo,ap)
#endif