first commit
This commit is contained in:
8
src/remove_whitespace.h
Normal file
8
src/remove_whitespace.h
Normal file
@ -0,0 +1,8 @@
|
||||
// this function removes all new lines and carriage returns from a string
|
||||
// you might want to write a new function that replaces '\r' and '\n'
|
||||
// with a delimiter of user's choice
|
||||
|
||||
#pragma once
|
||||
|
||||
void remove_nl_and_cr(char raw_string[]);
|
||||
void remove_whitespace(char raw_string[]);
|
Reference in New Issue
Block a user