kit

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

posix_dbg_stubs.c (107B)


      1 #include "env_posix.h"
      2 
      3 KitDbgOs g_dbg_os_posix = {0};
      4 
      5 int posix_dbg_caller_is_worker(void) { return 0; }