fixed a bug in handling QSE_SED_QUIET for the 'n' command

This commit is contained in:
2009-09-05 07:08:19 +00:00
parent 10c75d357d
commit f14f01864d
25 changed files with 310 additions and 109 deletions

View File

@ -0,0 +1,18 @@
#ifndef _QSE_CMN_MISC_H_
#define _QSE_CMN_MISC_H_
#include <qse/types.h>
#include <qse/macros.h>
#ifdef __cplusplus
extern "C" {
#endif
const qse_char_t* qse_basename (const qse_char_t* path);
#ifdef __cplusplus
}
#endif
#endif