kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

builtin_clear_cache_01.c (103B)


      1 int test_main(void) {
      2   char buf[16];
      3   __builtin___clear_cache(buf, buf + sizeof buf);
      4   return 42;
      5 }