There is no particular symbol for whitespace. It is actually a set of some characters which are:
' ' space
'' horizontal tab
'
' newline
'v' vertical tab
'f' feed
'
' carriage return
Use isspace
standard library function from ctype.h
if you want to check for any of these white-spaces.
For just a space, use ' '
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…