mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
15 lines
284 B
Text
15 lines
284 B
Text
# 15 lines 7 code 5 comments 3 blanks
|
|
#
|
|
# This is a comment line. We don't have multi-comment lines
|
|
#
|
|
|
|
macro define offsetof(_type, _memb) ((long)(&((_type *)0)->_memb))
|
|
|
|
break foo
|
|
continue
|
|
|
|
# Let's have something print when a breakpoint is hit.
|
|
commands 2
|
|
p i
|
|
continue
|
|
end
|