tmux-mem-cpu-load/spark.h

8 lines
126 B
C
Raw Normal View History

2014-04-14 16:32:03 -04:00
#ifndef SPARK_H_
#define SPARK_H_
char * getSparkByPrecentage(unsigned);
char * getSparkByValue(unsigned, unsigned);
#endif