typo
This commit is contained in:
parent
896fc34ba3
commit
8651ac5736
@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define writestr(x) write(STDOUT_FILENO, x, sizeof(x))
|
||||
#define writestr(x) write(STDOUT_FILENO, x, strlen(x))
|
||||
|
||||
/* ARGSUSED */
|
||||
main(argc, argv)
|
||||
|
Loading…
Reference in New Issue
Block a user