Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 2f2078cc authored by Romain Garbage's avatar Romain Garbage
Browse files

Decrease buffer size

parent 9ad8d956
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#define SIZE 100000 /* Buffer size */ #define SIZE 100 /* Buffer size */
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#define SIZE 100000 /* Buffer size */ #define SIZE 100 /* Buffer size */
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment