File: generic.h

package info (click to toggle)
linuxlogo 5.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 856 kB
  • sloc: ansic: 3,165; sh: 370; makefile: 289; perl: 7
file content (7 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
char *get_cpuinfo_file(void);
char *parse_line(char *string);
char *clip_lf(char *string,int size);
int get_pretty_printing(void);

float fix_megahertz(int factor,float megahertz);
float external_bogomips();