daily_automated

This commit is contained in:
paolo.iocco
2023-03-13 09:05:51 +00:00
parent ab2532ebf2
commit 4da858fb92
515 changed files with 226616 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#ifndef boolean
#define boolean int
#define true 1
#define false 0
#endif
#define kRamSize ( 64 * 1024 )