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