File: generic.h

package info (click to toggle)
linuxlogo 6.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,052 kB
  • sloc: ansic: 4,461; sh: 380; makefile: 291; perl: 7
file content (9 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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();

char *strncpy_truncate(char *dest, const char *src, size_t n);