diff options
author | onefang | 2020-09-08 21:34:54 +1000 |
---|---|---|
committer | onefang | 2020-09-08 21:34:54 +1000 |
commit | bd58d3012c26d16150f650c389d1136741d3939d (patch) | |
tree | 3d2aec8bfe0a0c9061ddb4814e71aff33b9b8dc8 /src/sledjchisl/fcgi_SC.c | |
parent | Add the old bash scripts. (diff) | |
download | opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.zip opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.gz opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.bz2 opensim-SC-bd58d3012c26d16150f650c389d1136741d3939d.tar.xz |
Add the SledjChisl stuff.
Diffstat (limited to 'src/sledjchisl/fcgi_SC.c')
-rw-r--r-- | src/sledjchisl/fcgi_SC.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sledjchisl/fcgi_SC.c b/src/sledjchisl/fcgi_SC.c new file mode 100644 index 0000000..36aba77 --- /dev/null +++ b/src/sledjchisl/fcgi_SC.c | |||
@@ -0,0 +1,13 @@ | |||
1 | /* fcgi_SC.h - Generic fcgi handler, coz the others all suck. | ||
2 | * | ||
3 | * Copyright 2020 David Seikel <onefang@sledjhamr.org> | ||
4 | */ | ||
5 | |||
6 | // I use camelCaseNames internally, instead of underscore_names as is preferred | ||
7 | // in the rest of toybox. A small limit of 80 characters per source line infers | ||
8 | // shorter names should be used. CamelCaseNames are shorter. Externally visible | ||
9 | // stuff is underscore_names as usual. Plus, I'm used to camelCaseNames, my | ||
10 | // fingers twitch that way. | ||
11 | |||
12 | #include "toys.h" | ||
13 | #include "fcgi_SC.h" | ||