📄 de.viag.planet-costs.c
字号:
/* 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. Costs file for Viag Interkom Planet Interkom */#include "costs.h"char DECIMALS= '2';float INITIAL_COST=0;char CURRENCY_AFTER_COST=0;char CURRENCY[10]="DM ";float COSTS_PER_UNIT=0.1; #define INTERKOM_TAKT 60int getunitlength(time_t tt){ int unitsecs; unitsecs=INTERKOM_TAKT; return unitsecs; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -