# loader\_input\_t.getz

```
Read a zero terminated string from the input file
     pos     - file position to read from
     maxsize - maximal size of the string
Returns: a string or 0

string loader_input_t.getz(long pos, long maxsize);
```
