I need to alloc a string of size N, I'm currently using `repeat('\0', n)` to do 
this, any better way?

Reply via email to