kit

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

weak_value.c (61B)


      1 __attribute__((weak)) int selected_value(void) { return 1; }