kit

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

group_left.c (123B)


      1 #ifndef LEFT_VALUE
      2 #error "LEFT_VALUE must be scoped to this source"
      3 #endif
      4 
      5 int grouped_left(void) { return LEFT_VALUE; }