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