diff options
author | Marvin Borner | 2020-11-01 12:35:00 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-01 12:35:00 +0100 |
commit | f40be8b5b6227775901a99946779661d0b4439e6 (patch) | |
tree | 34c28f138f4167de258ee18db44707aa4637a68d /apps/exec.c | |
parent | e0d3b1671b3f94657d70223b51285ed287c882df (diff) |
Added files demo and needed functions
Diffstat (limited to 'apps/exec.c')
-rw-r--r-- | apps/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/exec.c b/apps/exec.c index 774362f..305e9ef 100644 --- a/apps/exec.c +++ b/apps/exec.c @@ -1,3 +1,5 @@ +// MIT License, Copyright (c) 2020 Marvin Borner + #include <gui.h> #include <mem.h> #include <print.h> |