-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If there's a reason why a change is not a 1:1, do not print it in the list of suggestions.
- Loading branch information
Lucas De Marchi
committed
Jan 29, 2011
1 parent
049da20
commit b11405e
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
|
||
int f(int type) | ||
{ | ||
return type; | ||
} | ||
|
||
int main(void) | ||
{ | ||
int fd; | ||
int fd, clas; | ||
/* tis code does nothing */ | ||
|
||
f(1, 2, 3); | ||
|
||
fd = opem("/tmp/a", O_RDONLY); | ||
return 0; | ||
|
||
// buring your cpu | ||
return f(clas); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
tis->this | ||
opem->open | ||
buring->burying, burning, burin, during, | ||
clas->class, disabled due to name clash in c++ |