You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can create your own files to test get_next_line.
$> touch test_file
$> vim test_file
$> ...
or
$> echo "this text will be in my file with a newline" > my_file
$> echo -n "this text will be in my file without a newline, it will end with a \0" > my_file