?? modif.h
字號:
/*--------------------------------------------------------*//* Copyright (c) PSW-soft 1996 *//* *//* File: RUS.H *//* *//* Project: Password Cracking Library *//* Version: 1.0 *//* *//* Author: Pavel Semjanov *//* Company: PSW-soft *//* *//* Comment: Russification header file *//* *//* Create: 06.08.1996 21:39:20 *//* Update: 11.08.1996 14:54:28 *//* *//* Revision: 1.0 06.08.1996 21:39:20 Initial revision *//* (implemented in cRARk 1.5) *//*--------------------------------------------------------*/#include "maindef.h"#ifdef __cplusplusextern "C" {#endif/* Russian key - codes */#define rtoupper(c) (U_TOUPPER[(unsigned char)(c)])#define rtolower(c) (U_TOLOWER[(unsigned char)(c)])#define isrvowel(c) (strchr (U_VOWELS, (c)))char *strrtoupper (char *, int16);char *strrtolower (char *, int16);char *strduplicate (char *, int16);char *strrtocool (char *, int16);char *strrshrink (char *, int16);char *strconvert (char *, int16);char *strrevm (char *, int16);char *strcut (char *, int16);#ifdef __cplusplus}#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -