Skip to content
Snippets Groups Projects
Commit fd6f273c authored by Chris's avatar Chris
Browse files

test commit

parent 297bcc5a
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ int main(void) { ...@@ -75,7 +75,7 @@ int main(void) {
char mOne[1024] = {}; //for now only sending char with the pipe char mOne[1024] = {}; //for now only sending char with the pipe
read(vOne, mOne, sizeof(mOne)); read(vOne, mOne, sizeof(mOne));
printf("value one received: %s\n", mOne); printf("value one received: %s\n", mOne);
close(vOne); close(vOne); //testing commit
return 0; return 0;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment