R
Roman Mashak
Hello, All!
Is there a common rule to allocate memory for buffer for using in
fgets() ? For example:
fgets(buf, SIZE, stdin);
Is it mandatory to call malloc() before using fgets() ?
With best regards, Roman Mashak. E-mail: (e-mail address removed)
Is there a common rule to allocate memory for buffer for using in
fgets() ? For example:
fgets(buf, SIZE, stdin);
Is it mandatory to call malloc() before using fgets() ?
With best regards, Roman Mashak. E-mail: (e-mail address removed)