StupidOS/include/ranlib.h
2025-01-31 11:51:12 +01:00

11 lines
139 B
C

#ifndef RANLIB_H
# define RANLIB_H 1
# define SYNTAB "__.SYMDEF"
struct ranlib {
int ran_strx;
int ran_off;
};
#endif /* !RANLIB_H */