Adds a string to the CPtrPtr.
CPtrPtr
impl<Heap> CPtrPtr<Heap> where Heap: Allocator, { fn push<S>(&mut self, s: S) -> Result<(), Errno> where S: ToCStr, }
The string to be added.