36cb297b57
This reverts commit 56f77cf071
.
oops
5 lines
87 B
C
Executable file
5 lines
87 B
C
Executable file
#include <stdio.h>
|
|
|
|
int puts(const char * string) {
|
|
return printf("%s\n", string);
|
|
}
|