1 Star 0 Fork 3

gaoxuelong / fio

forked from HoperunHarmony / fio 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tickmarks.h 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
董森浩 提交于 2022-08-08 15:05 . 原版fio3.30
#ifndef TICKMARKS_H
#define TICKMARKS_H
struct tickmark {
double value;
char string[20];
};
int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm,
int *power_of_ten, int use_KMG_symbols, int base_off);
#endif
1
https://gitee.com/gaoxuelong/fio.git
git@gitee.com:gaoxuelong/fio.git
gaoxuelong
fio
fio
master

搜索帮助