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

📄 textmode.c

📁 cygwin, 著名的在win32下模拟unix操作系统的东东
💻 C
字号:
/* binmode.c   Copyright 2000 Red Hat, Inc.This file is part of Cygwin.This software is a copyrighted work licensed under the terms of theCygwin license.  Please consult the file "CYGWIN_LICENSE" fordetails. */#include <windows.h>#include <sys/fcntl.h>#include <sys/cygwin.h>extern int _fmode;voidcygwin_premain0 (int argc, char **argv, struct per_process *myself){  _fmode &= ~_O_BINARY;  _fmode |= _O_TEXT;}

⌨️ 快捷键说明

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