repo.or.cz
/
debian-nspark.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MSDOS can not handle the corruption test.
[debian-nspark.git]
/
arc.c
blob
d63d78771548f538d12780bedcb538edd4abdc47
1
2
/*
3
* archive files
4
*
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
12
*
13
*/
14
15
#include
"spark.h"
16
#include
"error.h"
17
18
int
19
do_arc
()
20
{
21
error
(
"archiving not supported in this version"
);
22
return
(
99
);
23
}