Given a maximum string size (including the null terminator), returns the number of cells required to fit that string.
stock int ByteCountToCells(int size)