mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 14:23:15 +01:00
Initial commit
This commit is contained in:
10
tasks/blkdev0/main.c
Normal file
10
tasks/blkdev0/main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <blkdev.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
init_blkdev();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user