1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added notes on where to find documentation and updates to each header file.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15071 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-11-27 09:51:45 +00:00
parent 1153e58366
commit 0809248009
51 changed files with 413 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: stdint.h,v 1.2 2005-05-12 13:21:47 obarthel Exp $
* $Id: stdint.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $
*
* :ts=4
*
@@ -29,6 +29,13 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
*
* Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>.
*
****************************************************************************/
*/
#ifndef _STDINT_H
@@ -36,7 +43,8 @@
/****************************************************************************/
/* The following is not part of the ISO 'C' (1994) standard. */
/* The following is not part of the ISO 'C' (1994) standard, but it should
be part of ISO/IEC 9899:1999, also known as "C99". */
/****************************************************************************/