1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* This file exists for documentation purpose only. */
/**
@defgroup unice68_prg unice68 program
@ingroup usertools68
Ice depacker based on 68000 ICE 2.40 original.
@section unice68_author AUTHOR
Written by Benjamin Gerard
@section unice68_licence LICENCE
Copyright (C) 2001-2009 Benjamin Gerard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.
If not, see <http://www.gnu.org/licenses/>.
@section unice68_synopsis SYNOPSIS
unice68 [OPTION] [--] [ [\<input\>] \<output\> ]
@section unice68_options OPTIONS
@arg @b -h --help Print help message and exit.
@arg @b -V --version Print version and copyright and exit.
@arg @b -v --verbose Be verbose (cumulative).
@arg @b -q --quiet Keep quiet (cumulative).
@section unice68_bugs BUGS
Report bugs to <benjihan -4t- users.sourceforge -d0t- net>
@section unice68_seealso SEE ALSO
@see info68_prg, sc68_prg
*/