Hi,
Can you please tell me how can I printf 'n' characters of from a char*
to a file.
I notice there is a snprinf, but I don't see one corresponding to
fprintf?
I am thinking if i can do that without an extra memcpy.
Thank you for any help.
Can you please tell me how can I printf 'n' characters of from a char*
to a file.
I notice there is a snprinf, but I don't see one corresponding to
fprintf?
I am thinking if i can do that without an extra memcpy.
Thank you for any help.
Comment