📄 ax_print_to_file.m4
字号:
# @synopsis AX_PRINT_TO_FILE([FILE],[DATA])# ---------------------------------------------------------# @author Tom Howard <tomhoward@users.sf.net># @version $Id: ax_print_to_file.m4,v 1.1.1.1 2005/02/23 18:05:48 tomhoward Exp $# @copyright 2005 Tom Howard## Writes the specified data to the specified file#AC_DEFUN([AX_PRINT_TO_FILE],[AC_REQUIRE([AX_FILE_ESCAPES])printf "$2" > "$1"])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -