2.9.1.8. memory_NewCString()

[<<<] [>>>]

This function should be used to allocate variable to store a constant string.

pFixSizeMemoryObject memory_NewCString(pMemoryObject pMo,
                                       unsigned long StringSize
  ){

The second argument specifies the length of the required string.


[<<<] [>>>]