N
AME
read_bytes
- read a number of bytes into a string from a file
S
YNTAX
#include <stdio.h>
string read_bytes(string
file
,int
start
,int
len
);
D
ESCRIPTION
Read len number of bytes from file file staring at byte start and return it as a string.
K
EYWORDS
file
S
EE
A
LSO
write_file