// A more complicated macro
//
// Chris Jillings 2020-04-27


void HTJI2(const char* aGreeting) {
  printf("%s\n", aGreeting);
}
