#ifndef RANLIB_H
# define RANLIB_H 1

# define SYNTAB "__.SYMDEF"

struct ranlib {
	int ran_strx;
	int ran_off;
};

#endif /* !RANLIB_H */