Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-06-21 23:06:16 +0400
committerJohn Beppu <beppu@lbox.org>2000-06-21 23:06:16 +0400
commit0021679b0dc5767e0c023b28b36eeb1476dc2364 (patch)
tree04ff8031a2151a0f95040bbc4bdf2f616d68a540 /busybox.c
parentb405dfa54df117201d93dcb7d24e9e9873737da6 (diff)
+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires.
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 191dee13f..221ef2a65 100644
--- a/busybox.c
+++ b/busybox.c
@@ -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