shall code for both clang and gcc compilers
This commit is contained in:
parent
7f5d6b396c
commit
5421ebcae5
1 changed files with 1 additions and 2 deletions
|
@ -14,6 +14,5 @@
|
|||
|
||||
int main(void)
|
||||
{
|
||||
write(1, "aa\n", 3);
|
||||
return (0);
|
||||
return (write(1, "aa\n", 3));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue