Sunday, September 25, 2011
Return line number
Return line number
=============
Macro: __LINE__
Return as: Integer
Example:
# include<stdio.h>
int main()
{
printf("Current time: %d",__LINE__);
return 0;
}
From: Me
No comments:
Post a Comment
Comment of this content!
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Comment of this content!