file_util_decode_string
Description:
public int file_util_decode_string (
void* @in,
string str)
Decode a normal string from the input file.
Parameters:
| str |
pointer to a variable to store the value in
|
| in |
file to read from
|
Returns:
|
0 on success, -1 on error.
|