fixed a bug in handling QSE_SED_QUIET for the 'n' command
This commit is contained in:
18
qse/include/qse/cmn/misc.h
Normal file
18
qse/include/qse/cmn/misc.h
Normal 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
|
Reference in New Issue
Block a user