- 
Max Kellermann authoredTo test if a string is empty, we can just see if the first byte is 0. No need to include string.h for strlen() here. 13867a1e
To test if a string is empty, we can just see if the first byte is 0. No need to include string.h for strlen() here.