setcar
setcar
is a built-in function in `
C source code
'. (setcar
CELL
NEWCAR
) Set the car of
CELL
to be
NEWCAR
. Returns
NEWCAR
.