diff options
Diffstat (limited to 'line.c')
-rw-r--r-- | line.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int argc, char **argv) +{ + printf("Line: %d\n", __LINE__); + return 0; +} |
![]() |
index : c-stuff | |
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |