char *new_fs (char *form, char *format, char *default_fs);
+/*
+ * Free memory allocated by new_fs(). It allocates to a static so
+ * no argument is necessary.
+ */
+void free_fs ();
+
/*
* Compile a format string into a set of format instructions. Arguments are:
*