Hacker News new | ask | show | jobs
by hofrogs 253 days ago
"appRoute(home)" is a macro that expands to a function called "home":

    #define appRoute(name) HttpResponse name(AppContext ctx)