Guest User

Untitled

a guest
Jan 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ## The following bytes are considered whitespace in C and POSIX locales:
  2. `0c0a0d090b`
  3.  
  4. They will end input to functions such as `scanf("%s")`.
  5.  
  6.  
  7. | Byte | Escape Sequence | Name |
  8. |:----:|:---------------:|:----------------|
  9. | 0c | \f | form-feed |
  10. | 0a | \n | newline |
  11. | 0d | \r | carriage return |
  12. | 09 | \t | horizontal tab |
  13. | 0b | \v | vertical tab |
Add Comment
Please, Sign In to add comment