Skip to content
Snippets Groups Projects

A few improvements of the l0dable runtime

Merged rahix requested to merge rahix/l0dable-fixes into master
3 files
+ 29
17
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
0
@@ -24,6 +24,9 @@ void fade()
/*
* main() is called when l0dable is loaded and executed.
*
* When main() returns, card10 goes back to the menu. A non-zero return value
* can be used to signal some kind of failure during l0dable execution.
*/
int main(void)
{
Loading