?? clutil.h
字號:
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dominik Reichl <dominik.reichl@t-online.de>, Germany.
All rights reserved.
Distributed under the terms of the GNU General Public License v2.
This software is provided 'as is' with no explicit or implied warranties
in respect of its properties, including, but not limited to, correctness
and/or fitness for purpose.
---------------------------------------------------------------------------
*/
// ReichlSoft Command Line Utilities
// Version 2.0
#ifndef ___CL_UTIL_H___
#define ___CL_UTIL_H___
#include "rhsyscfg.h"
bool isArgument(char *pszString);
void fmtArgument(char *pszArg, char *pszDest);
void fmtPath(char *pszPath);
void catdirsep(char *pszPath);
void pathonly(char *pszPath);
void fileonly(char *pszPath);
bool ispathnav(char *pszPath);
#endif // ___CL_UTIL_H___
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -