The implementation seems to view the C string as a whole, and the terminator is 
not counted, so the size is 12 and the number of items is 1 (1 is hard-coded) 
for "Hello world!". I don't know where 13 and 2 came from. Maybe you 
accidentally increased both arguments by one?

Reply via email to