citrus
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A small testing API for my C projects
citrus
======
A small testing API for my c projects.
Some comparison functions and a limited range
of support if a test fails.

style
---------
Inspired by Go's syntax for "private" and "public" 
functions, I'll use upper case character in the first letter
of a function if it's decleared "public", and lower case 
if it's decleared "private" (static). 

As a result all functions meant to be available to the 
client will start with an upper case letter. The same
is truth for structs etc. 

license
-------
citrus
Copyright (C) 2009  Simon Zimmermann

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see .

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。