Line | |
---|
1 | /* |
---|
2 | * $Id: aklog.c,v 1.4 1997-11-17 16:23:47 ghudson Exp $ |
---|
3 | * |
---|
4 | * Copyright 1990,1991 by the Massachusetts Institute of Technology |
---|
5 | * For distribution and copying rights, see the file "mit-copyright.h" |
---|
6 | */ |
---|
7 | |
---|
8 | static const char rcsid[] = "$Id: aklog.c,v 1.4 1997-11-17 16:23:47 ghudson Exp $"; |
---|
9 | |
---|
10 | #include "aklog.h" |
---|
11 | |
---|
12 | int main(int argc, char *argv[]) |
---|
13 | { |
---|
14 | aklog_params params; |
---|
15 | |
---|
16 | aklog_init_params(¶ms); |
---|
17 | aklog(argc, argv, ¶ms); |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.