Identity macro — does nothing, you can safely ignore this.
(fc x) just expands to x. This macro is a historic artifact that was originally used in the arithmetic library as a way to experiment with using force.
Macro: fc
(defmacro fc (x) x)