Commit Graph

2 Commits

Author SHA1 Message Date
Stephen Heumann 527483b03b Return specific values from main() in the various programs.
Previously, there were bare "return;" statements in some places, even though main() was declared as returning int. This is disallowed by C99 and later, and ORCA/C now complains about it when using full lint checks.
2020-02-06 17:28:55 -06:00
Stephen Heumann d08a36c9ca Add small program to list sessions using FIListSessions2. 2017-04-18 17:47:49 -05:00