Revision 1936,
465 bytes
checked in by srz, 35 years ago
(diff) |
Added standard copyright notice.
|
Rev | Line | |
---|
[1936] | 1 | /* |
---|
| 2 | * |
---|
| 3 | * Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology |
---|
| 4 | * Developed by the MIT Student Information Processing Board (SIPB). |
---|
| 5 | * For copying information, see the file mit-copyright.h in this release. |
---|
| 6 | * |
---|
| 7 | */ |
---|
| 8 | |
---|
| 9 | /* This seems like a pretty useless program, if you ask me. -srz */ |
---|
[316] | 10 | main() |
---|
| 11 | { |
---|
[349] | 12 | execlp("discuss", "discuss", "-prompt", |
---|
[316] | 13 | "discuss_list_meetings", "-request", "list_meetings", |
---|
| 14 | "-quit", 0); |
---|
| 15 | perror("discuss"); |
---|
| 16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.