-# $Id$
-
# This is where you chose which platform to compile for (see 'make links' / './platform')
PLATFORM := example
-$Id$
-
Credits
=======
-$Id$
-
PDCLib - Public Domain C Library
================================
-$Id$
-
This directory holds various "internals" of PDCLib:
- definitions of helper functions not specified by the standard (hidden in the
-/* $Id$ */
-
/* _PDCLIB_assert( char const * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_atomax( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_closeall( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_digits
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_errno
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_filemode( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_prepread( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_prepwrite( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_print( const char *, struct _PDCLIB_status_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_scan( const char *, struct _PDCLIB_status_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_seed
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* stdarg
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_strtox_main( const char * *, int, _PDCLIB_uintmax_t, _PDCLIB_uintmax_t, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_strtox_prelim( const char *, char *, int * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isalnum( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isalpha( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isblank( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* iscntrl( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isdigit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isgraph( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* islower( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isprint( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* ispunct( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isspace( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isupper( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* isxdigit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* tolower( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* toupper( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* imaxabs( intmax_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* lldiv( long long int, long long int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtoimax( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtoumax( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* localeconv( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* setlocale( int, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* clearerr( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fclose( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* feof( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* ferror( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fflush( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fgetc( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fgetpos( FILE * , fpos_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fgets( char *, int, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fopen( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fprintf( FILE *, const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fputc( int, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fputs( const char *, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fwrite( void *, size_t, size_t, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* freopen( const char *, const char *, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fscanf( FILE *, const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* fseek( FILE *, long offset, int )
+/* fseek( FILE *, long, int )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* fsetpos( FILE *, const fpos_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* ftell( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* fwrite( const void *, size_t, size_t, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* getc( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* getchar( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* gets( char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* perror( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* printf( const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* putc( int, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* putchar( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* puts( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* rename( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* rewind( FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* scanf( const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* setbuf( FILE *, char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* setvbuf( FILE *, char *, int, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* snprintf( char *, size_t, const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* sprintf( char *, const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* sscanf( const char *, const char *, ... )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* tmpnam( char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* ungetc( int, FILE * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* vfprintf( FILE *, const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* vfscanf( FILE *, const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* vprintf( const char *, va_list arg )
+/* vprintf( const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* vscanf( const char *, va_list arg )
+/* vscanf( const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* vsnprintf( char *, size_t, const char *, va_list ap )
+/* vsnprintf( char *, size_t, const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* vsprintf( char *, const char *, va_list ap )
+/* vsprintf( char *, const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* vsscanf( const char *, const char *, va_list arg )
+/* vsscanf( const char *, const char *, va_list )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* _Exit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* abort( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* abs( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* atexit( void (*)( void ) )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* atoi( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* atol( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* atoll( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* void * calloc( size_t, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* div( int, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* exit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* void free( void * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* labs( long int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* ldiv( long int, long int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* llabs( long int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* lldiv( long long int, long long int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* void * malloc( size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* qsort( void *, size_t, size_t, int(*)( const void *, const void * ) )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* rand( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* void * realloc( void *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* srand( unsigned int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtol( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtoll( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtoul( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtoull( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* memchr( const void *, int, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* memcmp( const void *, const void *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* memcpy( void *, const void *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* memmove( void *, const void *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* memset( void *, int, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strcat( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strchr( const char *, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strcmp( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strcoll( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strcpy( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strcspn( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strerror( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strlen( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strncat( char *, const char *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strncmp( const char *, const char *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strncpy( char *, const char *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strpbrk( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* strrchr( const char *, int c )
+/* strrchr( const char *, int )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* strspn( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strstr( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strtok( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* strxfrm( char *, const char *, size_t )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* 7.2 Diagnostics <assert.h>
+/* Diagnostics <assert.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.4 Character handling <ctype.h>
+/* Character handling <ctype.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.5 Errors <errno.h>
+/* Errors <errno.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.8 Format conversion of integer types <inttypes.h>
+/* Format conversion of integer types <inttypes.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.9 Alternative spellings <iso646.h>
+/* Alternative spellings <iso646.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.10 Sizes of integer types <limits.h>
+/* Sizes of integer types <limits.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.11 Localization <locale.h>
+/* Localization <locale.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.15 Variable arguments <stdarg.h>
+/* Variable arguments <stdarg.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.16 Boolean type and values <stdbool.h>
+/* Boolean type and values <stdbool.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.17 Common definitions <stddef.h>
+/* Common definitions <stddef.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.18 Integer types <stdint.h>
+/* Integer types <stdint.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.19 Input/output <stdio.h>
+/* Input/output <stdio.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.20 General utilities <stdlib.h>
+/* General utilities <stdlib.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.21 String handling <string.h>
+/* String handling <string.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* Auxiliary PDCLib code <_PDCLIB_aux.h>
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* OS glue functions declaration <_PDCLIB_glue.h>
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* PDCLib internal integer logic <_PDCLIB_int.h>
This file is part of the Public Domain C Library (PDCLib).
-$Id$
-
"Example" Platform Overlay
==========================
-/* $Id$ */
-
/* _PDCLIB_exit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_allocpages( int const )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* _PDCLIB_close( _PDCLIB_fd_t fd )
+/* _PDCLIB_close( _PDCLIB_fd_t )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
+/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_open( char const * const, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_rename( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* int64_t _PDCLIB_seek( FILE *, int64_t, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_stdinit
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* raise( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* signal( int sig, void (*func)( int ) )
+/* signal( int, void (*)( int ) )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* remove( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* tmpfile( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* getenv( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* system( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* 7.7 Characteristics of floating types <float.h>
+/* Characteristics of floating types <float.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.14 Signal handling <string.h>
+/* Signal handling <string.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* Internal PDCLib configuration <_PDCLIB_config.h>
(Generic Template)
-/* $Id$ */
-
/* Internal PDCLib configuration <_PDCLIB_config.h>
(Generic Template)
-# $Id$
-
# This is where you chose which platform to compile for (see 'make links' / './platform')
PLATFORM := example_cygwin
-$Id$
-
"Example" Platform Overlay
==========================
-/* $Id$ */
-
/* _PDCLIB_exit( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_allocpages( int const )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* _PDCLIB_close( _PDCLIB_fd_t fd )
+/* _PDCLIB_close( _PDCLIB_fd_t )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
+/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_open( char const * const, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_rename( const char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* int64_t _PDCLIB_seek( FILE *, int64_t, int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* _PDCLIB_stdinit
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* raise( int )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* signal( int sig, void (*func)( int ) )
+/* signal( int, void (*)( int ) )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* remove( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* tmpfile( void )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* getenv( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* system( const char * )
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
-/* 7.7 Characteristics of floating types <float.h>
+/* Characteristics of floating types <float.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
-/* 7.14 Signal handling <string.h>
+/* Signal handling <string.h>
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
-/* $Id$ */
-
/* Internal PDCLib configuration <_PDCLIB_config.h>
(Generic Template)
-/* $Id$ */
-
/* PDCLib testing suite <_PDCLIB_test.h>
This file is part of the Public Domain C Library (PDCLib).
-/* $Id$ */
-
/* PDCLib testing suite <_PDCLIB_test.h>
This file is part of the Public Domain C Library (PDCLib).