@@ -23,5 +23,10 @@ void test_read(void) {
char buf[5];
u32 bread = read(buf, 5);
printf("Bytes read: "); printhex(bread);
printf("\n");
printf("String read: "); printf(buf);
for(u32 i = 0;i<5;i++) {
printhex(buf[i]); printf(" ");
}
The note is not visible to the blocked user.