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