add CuTest / update README

This commit is contained in:
2024-01-11 11:37:56 +01:00
parent 20e0c4d9fc
commit c2ad81b2b5
5 changed files with 246 additions and 182 deletions

View File

@@ -88,6 +88,7 @@ typedef signed char schar;
*/
#define __unused __attribute__((__unused__))
#define __used __attribute__((__used__))
#define __const __attribute__((__const__))
/* see https://lkml.org/lkml/2018/3/20/845 for explanation of this monster
*/