bc: new applet, throws warning

Signed-off-by: Gavin Howard <yzena.tech@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Gavin Howard
2018-11-03 11:00:21 -06:00
committed by Denys Vlasenko
parent d08206dce1
commit 01055ba89a
2 changed files with 7489 additions and 38 deletions

7449
miscutils/bc.c Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,4 @@
#if 0 //TODO: use if bc is not selected
/* vi: set sw=4 ts=4: */ /* vi: set sw=4 ts=4: */
/* /*
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
@@ -302,3 +303,4 @@ int dc_main(int argc UNUSED_PARAM, char **argv)
} }
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
#endif