Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> __LINE__ in proc
Hi !
But the line directives included in generated .c file will not help me. Actually I am writing some statement like. printf("Error at line %d in file %s\n", __LINE__ , __FILE__) ; in my .pc file. Now I want the output should gine line position of this statement in proc file not the generated 'c' file. Same is the case with filename, it should give proc file instead of 'c' file.
thanks,
Pradeep
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Oct 08 1998 - 11:59:17 CDT