tmux-mem-cpu-load/spark.h
2014-04-14 22:32:03 +02:00

8 lines
126 B
C

#ifndef SPARK_H_
#define SPARK_H_
char * getSparkByPrecentage(unsigned);
char * getSparkByValue(unsigned, unsigned);
#endif