Abraxas/Misra Home Table of Contents
#include "misra.h"
#include/* here we force the std defn's so the later will conflict */
#include
#include
/* --------------------------------- */
Function Name: fopen()
static void fopen ( void ) {
} /* RULE 115 */
Function Name: freopen()
static void freopen ( void ) {
} /* RULE 115 */
Function Name: fflush()
static void fflush ( void ) {
} /* RULE 115 */
Function Name: fclose()
static void fclose ( void ) {
} /* RULE 115 */
Function Name: remove()
static void remove ( void ) {
} /* RULE 115 */
Function Name: rename()
static void rename ( void ) {
} /* RULE 115 */
Function Name: tmpfile()
static void tmpfile ( void ) {
} /* RULE 115 */
Function Name: tmpnam()
static void tmpnam ( void ) {
} /* RULE 115 */
Function Name: setvbuf()
static void setvbuf ( void ) {
} /* RULE 115 */
Function Name: setbuf()
static void setbuf ( void ) {
} /* RULE 115 */
Function Name: fprintf()
static void fprintf ( void ) {
} /* RULE 115 */
Function Name: printf()
static void printf ( void ) {
} /* RULE 115 */
Function Name: sprintf()
static void sprintf ( void ) {
} /* RULE 115 */
Function Name: vprintf()
static void vprintf ( void ) {
} /* RULE 115 */
Function Name: vfprintf()
static void vfprintf ( void ) {
} /* RULE 115 */
Function Name: vsprintf()
static void vsprintf ( void ) {
} /* RULE 115 */
Function Name: fscanf()
static void fscanf ( void ) {
} /* RULE 115 */
Function Name: scanf()
static void scanf ( void ) {
} /* RULE 115 */
Function Name: sscanf()
static void sscanf ( void ) {
} /* RULE 115 */
Function Name: fgetc()
static void fgetc ( void ) {
} /* RULE 115 */
Function Name: fgets()
static void fgets ( void ) {
} /* RULE 115 */
Function Name: fputc()
static void fputc ( void ) {
} /* RULE 115 */
Function Name: fputs()
static void fputs ( void ) {
} /* RULE 115 */
static void getc ( void ) {
} /* RULE 115 */
static void getchar ( void ) {
} /* RULE 115 */
static void gets ( void ) {
} /* RULE 115 */
static void putc ( void ) {
} /* RULE 115 */
static void putchar ( void ) {
} /* RULE 115 */
static void puts ( void ) {
} /* RULE 115 */
static void ungetc ( void ) {
} /* RULE 115 */
static void fread ( void ) {
} /* RULE 115 */
static void fwrite ( void ) {
} /* RULE 115 */
static void fseek ( void ) {
} /* RULE 115 */
static void ftell ( void ) {
} /* RULE 115 */
static void rewind ( void ) {
} /* RULE 115 */
static void fgetpos ( void ) {
} /* RULE 115 */
static void fsetpos ( void ) {
} /* RULE 115 */
static void clearerr ( void ) {
} /* RULE 115 */
static void feof ( void ) {
} /* RULE 115 */
static void ferror ( void ) {
} /* RULE 115 */
static void perror ( void ) {
} /* RULE 115 */
static void isalnum ( void ) {
} /* RULE 115 */
static void isalpha ( void ) {
} /* RULE 115 */
static void iscntrl ( void ) {
} /* RULE 115 */
static void isdigit ( void ) {
} /* RULE 115 */
static void isgraph ( void ) {
} /* RULE 115 */
static void islower ( void ) {
} /* RULE 115 */
static void isprint ( void ) {
} /* RULE 115 */
static void ispunct ( void ) {
} /* RULE 115 */
static void isspace ( void ) {
} /* RULE 115 */
static void isupper ( void ) {
} /* RULE 115 */
static void isxdigit ( void ) {
} /* RULE 115 */
static void tolower ( void ) {
} /* RULE 115 */
static void toupper ( void ) {
} /* RULE 115 */
static void strcpy ( void ) {
} /* RULE 115 */
static void strncpy ( void ) {
} /* RULE 115 */
static void strcat ( void ) {
} /* RULE 115 */
static void strncat ( void ) {
} /* RULE 115 */
static void strcmp ( void ) {
} /* RULE 115 */
static void strncmp ( void ) {
} /* RULE 115 */
static void strchr ( void ) {
} /* RULE 115 */
static void strrchr ( void ) {
} /* RULE 115 */
static void strspn ( void ) {
} /* RULE 115 */
static void strcspn ( void ) {
} /* RULE 115 */
static void strpbrk ( void ) {
} /* RULE 115 */
static void strstr ( void ) {
} /* RULE 115 */
static void strlen ( void ) {
} /* RULE 115 */
static void strerror ( void ) {
} /* RULE 115 */
static void strtok ( void ) {
} /* RULE 115 */
static void memcpy ( void ) {
} /* RULE 115 */
static void memmove ( void ) {
} /* RULE 115 */
static void memcmp ( void ) {
} /* RULE 115 */
static void memchr ( void ) {
} /* RULE 115 */
static void memset ( void ) {
} /* RULE 115 */
static void sin ( void ) {
} /* RULE 115 */
static void cos ( void ) {
} /* RULE 115 */
static void tan ( void ) {
} /* RULE 115 */
static void asin ( void ) {
} /* RULE 115 */
static void acos ( void ) {
} /* RULE 115 */
static void atan ( void ) {
} /* RULE 115 */
static void atan2 ( void ) {
} /* RULE 115 */
static void sinh ( void ) {
} /* RULE 115 */
static void cosh ( void ) {
} /* RULE 115 */
static void tanh ( void ) {
} /* RULE 115 */
static void exp ( void ) {
} /* RULE 115 */
static void log ( void ) {
} /* RULE 115 */
static void log10 ( void ) {
} /* RULE 115 */
static void pow ( void ) {
} /* RULE 115 */
static void sqrt ( void ) {
} /* RULE 115 */
static void ceil ( void ) {
} /* RULE 115 */
static void floor ( void ) {
} /* RULE 115 */
static void fabs ( void ) {
} /* RULE 115 */
static void ldexp ( void ) {
} /* RULE 115 */
static void frexp ( void ) {
} /* RULE 115 */
static void modf ( void ) {
} /* RULE 115 */
static void fmod ( void ) {
} /* RULE 115 */
static void atof ( void ) {
} /* RULE 115 */
static void atoi ( void ) {
} /* RULE 115 */
static void atol ( void ) {
} /* RULE 115 */
static void strtod ( void ) {
} /* RULE 115 */
static void strtol ( void ) {
} /* RULE 115 */
static void strtoul ( void ) {
} /* RULE 115 */
static void rand ( void ) {
} /* RULE 115 */
static void srand ( void ) {
} /* RULE 115 */
static void calloc ( void ) {
} /* RULE 115 */
static void malloc ( void ) {
} /* RULE 115 */
static void realloc ( void ) {
} /* RULE 115 */
static void free ( void ) {
} /* RULE 115 */
static void abort ( void ) {
} /* RULE 115 */
static void exit ( void ) {
} /* RULE 115 */
static void atexit ( void ) {
} /* RULE 115 */
static void system ( void ) {
} /* RULE 115 */
static void getenv ( void ) {
} /* RULE 115 */
static void bsearch ( void ) {
} /* RULE 115 */
static void qsort ( void ) {
} /* RULE 115 */
static void abs ( void ) {
} /* RULE 115 */
static void labs ( void ) {
} /* RULE 115 */
static void div ( void ) {
} /* RULE 115 */
static void ldiv ( void ) {
} /* RULE 115 */
static void setjmp ( void ) {
} /* RULE 115 */
static void longjmp ( void ) {
} /* RULE 115 */
static void signal ( void ) {
} /* RULE 115 */
static void raise ( void ) {
} /* RULE 115 */
static void clock ( void ) {
} /* RULE 115 */
static void time ( void ) {
} /* RULE 115 */
static void difftime ( void ) {
} /* RULE 115 */
static void mktime ( void ) {
} /* RULE 115 */
static void asctime ( void ) {
} /* RULE 115 */
static void ctime ( void ) {
} /* RULE 115 */
static void gmtime ( void ) {
} /* RULE 115 */
static void localtime ( void ) {
} /* RULE 115 */
static void strftime ( void ) {
} /* RULE 115 */
Abraxas/Misra Home Table of Contents