mirror of
https://github.com/drasko/codezero.git
synced 2026-02-04 06:03:12 +01:00
libl4thread skeleton is introduced.
With this library, it is aimed at easing thread manipulation, utcb handling etc.
This commit is contained in:
10
conts/libl4thread/src/thread.c
Normal file
10
conts/libl4thread/src/thread.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void l4thread_print(void)
|
||||
{
|
||||
printf("Hello world from libl4thread!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user