Initial support for building for RISC OS using CMake
[debian-nspark.git] / arc.c
blobd63d78771548f538d12780bedcb538edd4abdc47
2 /*
3 * archive files
5 * $Header: arc.c 1.2 92/12/07 $
6 * $Log: arc.c,v $
7 * Revision 1.2 92/12/07 17:17:07 duplain
8 * reformatted source.
9 *
10 * Revision 1.1 92/09/29 18:02:05 duplain
11 * Initial revision
15 #include "spark.h"
16 #include "error.h"
18 int
19 do_arc()
21 error("archiving not supported in this version");
22 return (99);