i have this:
which should print title into a file.
is $ correct?
i have it on my pdf file, maybe its printed wrongly, but i want to conform.
should be "%s" or "$s" ? or both also can?
never thought $ is works.
anyone?
Code:
fprintf(ptr, "$s ", title);
is $ correct?
i have it on my pdf file, maybe its printed wrongly, but i want to conform.
should be "%s" or "$s" ? or both also can?
never thought $ is works.
anyone?
Comment