first working executable!
This commit is contained in:
parent
b88de92fc7
commit
d8bb5b8957
4 changed files with 134 additions and 13 deletions
|
@ -13,8 +13,6 @@ struct A { struct B *blah; }
|
|||
struct B { struct A *blah; }
|
||||
*/
|
||||
|
||||
int main(int argc, char **Argv) {
|
||||
int i,j;
|
||||
Argv+argc+i;
|
||||
j;
|
||||
int main(int argc, char **argv) {
|
||||
argv+argc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue