9 lines
61 B
C
9 lines
61 B
C
|
// file system tests
|
||
|
|
||
|
char buf[1024];
|
||
|
|
||
|
main()
|
||
|
{
|
||
|
block();
|
||
|
}
|