2014-09-12 91 views
-1

想知道什麼是我們可以從一個Unix文件期望和他們如何在代表空白字符Unix文件

下面是我能想到

\ n中的那些空白字符=新行 \ t =標籤

幫助非常感謝?

回答

0

因爲問題完全是模糊的,我能想到的唯一的答案是man isspace

isspace() 
    checks for white-space characters. In the "C" and "POSIX" locales, these 
    are: space, form-feed ('\f'), newline ('\n'), carriage return ('\r'), 
    horizontal tab ('\t'), and vertical tab ('\v').