pl-costs.c

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

C
23
字号
/* 	This file is part of PPPCOSTS.	Copyright (c) 1996,97 Tillmann Steinbrecher.	May be distributed according to the terms of the GNU	General Public License version 2. No warranty. 	Phone costs for the Polish phone company Telekomunikacja        Polska SA.  Valid from 1 July 1999.	Local Area prices, with taxes.	Adapted by Wojciech Bojdo/l <wojboj@lp.net.pl>		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';float INITIAL_COST=0;char CURRENCY_AFTER_COST=1;char CURRENCY[10]=" z

⌨️ 快捷键说明

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