mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
11 lines
88 B
C
11 lines
88 B
C
|
|
#include <stdio.h>
|
|
#include <blkdev.h>
|
|
|
|
int main(void)
|
|
{
|
|
init_blkdev();
|
|
return 0;
|
|
}
|
|
|