ENH: Fix problem on HP. Whay should K&R be default?
This commit is contained in:
parent
7762431bb0
commit
4b5a63d8a2
|
@ -1,12 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main()
|
||||||
{
|
{
|
||||||
int cc;
|
printf("Hello\n");
|
||||||
for ( cc = 1; cc < argc; cc ++ )
|
|
||||||
{
|
|
||||||
printf("%s ", argv[cc]);
|
|
||||||
}
|
|
||||||
printf("\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue