📄 ch1-01.c
字号:
/* * Name : ch1-01.c * Purpose : Demonstration of a basic libtomcrypt program * Author : Tom St Denis * * History : v0.79 Initial release */ /* ch1-01-1 *//* Include the default headers and libtomcrypt headers */#include <mycrypt.h>int main(void){ return 0;}/* ch1-01-1 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -