uk.bt-costs.c

来自「linux下ppp的拨号程序」· C语言 代码 · 共 50 行

C
50
字号
/*	This file is part of PPPCOSTS, version 0.05	Copyright (c) 1996,97 Tillmann Steinbrecher.	May be distributed according to the terms of the GNU	General Public License version 2. No warranty.	Modified by Lee Maguire <lee@wetware.demon.co.uk>	07-jun-97         * national daytime rates reduced         * discount schemes added        British Telecom  :  PRICE PER MINUTE STRUCTURE          http://www.shop-athome.bt.com/home/pricing/uk.htm        for information on other uk phone tarrifs see:         http://www.magsys.co.uk/telecom/       --------------------------------------------------------------       Calls are subject to a minimum charge of 5p and include VAT.                           local  regional  national        mon-fri 0800-1759   3.95p  7.91p     7.91p    peak        mon-fri 0000-0759   1.65p  3.95p     4.65p    off-peak morning       mon-fri 1800-2359   1.65p  3.95p     4.65p    off-peak evening       sat-sun 0000-2359   1.00p  3.29p     3.29p    weekend         discount schemes             normal cost * n = actual cost         -------------------------    -----------------------------         option15 :            10%    0.9         premier line :        15%    0.85         friends & family :    10%    0.9         option15 + f&f :      20%    0.8         premier line + f&f :  25%    0.75        codes: 0800 - free /  0835 0845 - local /  0990 - national         For calls which run over one charge period, each part of the call        will be charged pro rata. Normal charges apply on all Bank       Holidays,  except certain days during Christmas and New Year.       ----------------------------------------------------------------	Please modify this file for your phone company's prices	and send it to tst@bigfoot.com. Thanks a lot! */#include "costs.h"char DECIMALS='2';	/* eg 2 for 5.55 */float INITIAL_COST=0.0;char CURRENCY_AFTER_COST=0;char CURRENCY[10]="

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?