/* fcgi_SC.h - Generic fcgi handler, coz the others all suck. * * Copyright 2020 David Seikel */ // I use camelCaseNames internally, instead of underscore_names as is preferred // in the rest of toybox. A small limit of 80 characters per source line infers // shorter names should be used. CamelCaseNames are shorter. Externally visible // stuff is underscore_names as usual. Plus, I'm used to camelCaseNames, my // fingers twitch that way. #include "toys.h" #include "fcgi_SC.h"