diff --git a/chapter/Newline-Used-For-NUL.md b/chapter/Newline-Used-For-NUL.md deleted file mode 100755 index 0a04ac8..0000000 --- a/chapter/Newline-Used-For-NUL.md +++ /dev/null @@ -1,6 +0,0 @@ -## 新行用于NUL - -一个文件中的NUL字符(`\0`),是以换行符(`\n`)在内存中被存储的同时在显示的时候以`^@`呈现。 - -查阅`man 7 ascii`和`:h NL-used-for-Nul`获取更多相关信息。 -