RE: macro to print filename
Libin Yang <[email protected]> Wed, 1 Jun 2011 19:10:32 -0700
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
man 3 basename Regards, Libin > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of ratheesh kannoth > Sent: Thursday, June 02, 2011 12:08 AM > To: [email protected] > Subject: macro to print filename > > __FILE__ macro prints relative path name of the file. I need only > filename. How to extract this ? > > I dont want to use any string library - since it includes more > Processing and needs to store the character array in executable. IS > there any method at preprocessing level to do this . > -- > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html