8639a97250
test binary and man page for the version part of libprocps. It's a simple start, but it's a start!
11 lines
129 B
C
11 lines
129 B
C
|
|
#ifndef PROCPS_NG_TESTS_H
|
|
#define PROCPS_NG_TESTS_H
|
|
|
|
struct test_func {
|
|
int (*func)(void *data);
|
|
char *name;
|
|
};
|
|
|
|
#endif
|