aq[=10=]aq 和 \0 有什么区别?
What is the difference between aq\0aq and \0?
我认为标题描述了一切,但故事是
我是 re-implementing c 中的 bzero 函数,并且
那就是我遇到这个 aq[=11=]aq
的地方
通过一些搜索,我了解到它与 [=12=]
具有相同的作用(这是一个确定字符串结尾的空字符)
但我很好奇是否有任何区别,aq
是什么?
what is the aq?
这是将 groff(手册页,参见 man 7 groff
)转换为 html 后留下的人工制品。它应该只是 '[=12=]'
。参见 man bzero
。
https://github.com/mkerrisk/man-pages/blob/master/man3/bzero.3#L45
by writing zeros (bytes containing \(aq\e0\(aq) to that area.
我认为标题描述了一切,但故事是
我是 re-implementing c 中的 bzero 函数,并且
那就是我遇到这个 aq[=11=]aq
的地方
通过一些搜索,我了解到它与 [=12=]
具有相同的作用(这是一个确定字符串结尾的空字符)
但我很好奇是否有任何区别,aq
是什么?
what is the aq?
这是将 groff(手册页,参见 man 7 groff
)转换为 html 后留下的人工制品。它应该只是 '[=12=]'
。参见 man bzero
。
https://github.com/mkerrisk/man-pages/blob/master/man3/bzero.3#L45
by writing zeros (bytes containing \(aq\e0\(aq) to that area.