Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37d0466

Browse files
committed
some changes for tokenizing comments
1 parent 59f315a commit 37d0466

File tree

3 files changed

+18065
-14479
lines changed

3 files changed

+18065
-14479
lines changed

examples/pulsemem/dyn01.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ void g(int x, int y, int *z) {
2222
}
2323

2424
int main() {
25+
// hallo
2526
scanf ("%i", &e); //label 6
2627
f(e, &a); /*label 7*/
2728
printf("%d", a);

0 commit comments

Comments
 (0)