c-dsl/builtins
c-decl-printf
(c-decl-printf :cstr)
extern declaration for printf.
c-decl-puts
(c-decl-puts :cstr)
extern declaration for puts.
c-decl-scanf
(c-decl-scanf :cstr)
extern declaration for scanf.
c-decl-fprintf
(c-decl-fprintf :cstr)
extern declaration for fprintf.
c-decl-fopen
(c-decl-fopen :cstr)
extern declaration for fopen.
c-decl-fclose
(c-decl-fclose :cstr)
extern declaration for fclose.
c-decl-malloc
(c-decl-malloc :cstr)
extern declaration for malloc.
c-decl-free
(c-decl-free :cstr)
extern declaration for free.
c-decl-calloc
(c-decl-calloc :cstr)
extern declaration for calloc.
c-decl-realloc
(c-decl-realloc :cstr)
extern declaration for realloc.
c-decl-exit
(c-decl-exit :cstr)
extern declaration for exit.
c-decl-abort
(c-decl-abort :cstr)
extern declaration for abort.
c-decl-strlen
(c-decl-strlen :cstr)
extern declaration for strlen.
c-decl-strcpy
(c-decl-strcpy :cstr)
extern declaration for strcpy.
c-decl-strncpy
(c-decl-strncpy :cstr)
extern declaration for strncpy.
c-decl-strcat
(c-decl-strcat :cstr)
extern declaration for strcat.
c-decl-strcmp
(c-decl-strcmp :cstr)
extern declaration for strcmp.
c-decl-strncmp
(c-decl-strncmp :cstr)
extern declaration for strncmp.
c-decl-memcpy
(c-decl-memcpy :cstr)
extern declaration for memcpy.
c-decl-memmove
(c-decl-memmove :cstr)
extern declaration for memmove.
c-decl-memset
(c-decl-memset :cstr)
extern declaration for memset.
c-decl-memcmp
(c-decl-memcmp :cstr)
extern declaration for memcmp.
c-decl-strdup
(c-decl-strdup :cstr)
extern declaration for strdup.
c-decl-sin
(c-decl-sin :cstr)
extern declaration for sin.
c-decl-cos
(c-decl-cos :cstr)
extern declaration for cos.
c-decl-sqrt
(c-decl-sqrt :cstr)
extern declaration for sqrt.
c-decl-pow
(c-decl-pow :cstr)
extern declaration for pow.
c-decl-fabs
(c-decl-fabs :cstr)
extern declaration for fabs.
c-decl-floor
(c-decl-floor :cstr)
extern declaration for floor.
c-decl-ceil
(c-decl-ceil :cstr)
extern declaration for ceil.
c-decls-stdio
(c-decls-stdio :int)
#include <stdio.h> plus common stdio declarations.
cons list containing an include directive.
Since: P1
c-decls-stdlib
(c-decls-stdlib :int)
#include <stdlib.h> plus common stdlib declarations.
cons list containing an include directive.
Since: P1
c-decls-string
(c-decls-string :int)
#include <string.h> plus common string declarations.
cons list containing an include directive.
Since: P1
c-decls-math
(c-decls-math :int)
#include <math.h> plus common math declarations.
cons list containing an include directive.
Since: P1