欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
CGL
来自开放百科 - 灰狐
(版本间的差异)
小 (→Features) |
|||
(未显示1个用户的1个中间版本) | |||
第11行: | 第11行: | ||
http://www.harding.motd.ca/cgl/ | http://www.harding.motd.ca/cgl/ | ||
+ | |||
+ | [[category:c programming language]] | ||
+ | [[category:CGI]] |
2015年11月25日 (三) 09:23的最后版本
CGL - A CGI Library in ANSI C
[编辑] Features
- Written in ANSI C.
- Clean interface.
- Should run on all Unixes; used on Open/Free/NetBSD, Solaris 2.5.1+, Tru64 4.0D+, Linux, and once I believe, on AIX.
- Default data limits for safety; but all are run-time configurable. No hard limits on number of name-value pairs, or the sizes of either.
- Data structures can be used for other things such as hashed indexes (for an associative array-like behaviour).
- Some additional functions (like string growing) to make CGI writing in C easier.
- BSD license.
分享您的观点