+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user