C语言 ^L什么意思?
时间:2010-09-04
来源:互联网
本帖最后由 gouven 于 2010-09-04 12:12 编辑
复制代码
代码摘自GNU hello-2.3/src/hello.c,请看第一行。
- ^L
- /* Print version and copyright information. */
-
- static void
- print_version (void)
- {
- printf ("hello (GNU %s) %s\n", PACKAGE, VERSION);
- /* xgettext: no-wrap */
- puts ("");
-
- /* It is important to separate the year from the rest of the message,
- as done here, to avoid having to retranslate the message when a new
- year comes around. */
- printf (_("\
- Copyright (C) %s Free Software Foundation, Inc.\n\
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
- This is free software: you are free to change and redistribute it.\n\
- There is NO WARRANTY, to the extent permitted by law.\n"),
- "2007");
- }
作者: gouven 发布时间: 2010-09-04
这是什么记号吗?在Google上完全没找到
作者: gouven 发布时间: 2010-09-04
vim里光标还无法移到 L 上,难道是编辑器的什么记号?
作者: gouven 发布时间: 2010-09-04
QUOTE:
vim里光标还无法移到 L 上,难道是编辑器的什么记号?
gouven 发表于 2010-09-04 12:22
gouven 发表于 2010-09-04 12:22
^L是换页符"\014",作用是打印时先换一页。
作者: CountOnMyself 发布时间: 2010-09-04
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28