Skip to content

Commit

Permalink
Update mx_printstr.c
Browse files Browse the repository at this point in the history
  • Loading branch information
VlADOOSit authored Oct 14, 2021
1 parent ae8bb0f commit c728460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t03/mx_printstr.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <unistd.h>

int mx_strlen(char *);

void mx_printstr(const char* s) {
write(1, s, mx_strlen(s));
}

0 comments on commit c728460

Please sign in to comment.