Reti costruito secondo esercizio sulle architetture big e little endian
This commit is contained in:
13
test/test.c
Normal file
13
test/test.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
int main (int index, char** in_data){
|
||||
|
||||
char buf[50];
|
||||
fscanf(stdin,"%10[^\n]",buf);
|
||||
fprintf(stdout,"%s",buf);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user