⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 idle.h

📁 unix密码破解软件John the Ripper
💻 H
字号:
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer *//* * Idle priority support routines. */#ifndef _JOHN_IDLE_H#define _JOHN_IDLE_H/* * Sets this process to idle priority, if supported and enabled in the * configuration file. */extern void idle_init();/* * If the idle_init() call was unable to set the idle priority, this can * still be used to yield a timeslice if there's something else to do. */extern void idle_yield(int always);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -