Blame view

buildroot/buildroot-2016.08.1/package/bc/Config.in 649 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  config BR2_PACKAGE_BC
  	bool "bc"
  	help
  	  'bc' is an arbitrary precision numeric processing language
  	  Its syntax is similar to C, but differs in many substantial
  	  areas. It supports interactive execution of statements. 'Bc'
  	  is a utility included in the POSIX P1003.2/D11 draft standard.
  	  This version does not use the historical method of having bc
  	  be a compiler for the dc calculator (the POSIX document doesn't
  	  specify how bc must be implemented). This version has a single
  	  executable that both compiles the language and runs the resulting
  	  'byte code.' The byte code is not the dc language.
  
  	  http://www.gnu.org/software/bc