+ added dc (aka the function formerly known as math)

+ did all the housekeeping that this change requires.
This commit is contained in:
John Beppu
2000-06-21 19:06:16 +00:00
parent b405dfa54d
commit 0021679b0d
8 changed files with 234 additions and 28 deletions

View File

@ -72,6 +72,9 @@ const struct BB_applet applets[] = {
#ifdef BB_DATE
{"date", date_main, _BB_DIR_BIN},
#endif
#ifdef BB_DC
{"dc", dc_main, _BB_DIR_USR_BIN},
#endif
#ifdef BB_DD
{"dd", dd_main, _BB_DIR_BIN},
#endif