mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 19:23:10 -04:00
1. Pass argc and argv to getarg and process them with getopt().
2. Instead of using an array to save arg characters, use array of
pointers and call backgammon/teachgammon with execv, instead of execl.
This should fix problems with calling teachgammon.
2.2 candidate.
|
||
|---|---|---|
| .. | ||
| allow.c | ||
| back.h | ||
| backgammon.c | ||
| board.c | ||
| check.c | ||
| fancy.c | ||
| init.c | ||
| odds.c | ||
| one.c | ||
| save.c | ||
| subs.c | ||
| table.c | ||