profattr_t
putprofattr(const profattr_t *prof, FILE *fp)
profattr_t *pprof;
profattr_t *result;
profattr_t *pa;
extern profattr_t *getprofnam(const char *);
extern profattr_t *getprofattr(void);
extern void free_profattr(profattr_t *);
profattr_t *pa;
static profattr_t *
profattr_t *newprof;
return ((profattr_t *)NULL);
if ((newprof = (profattr_t *)malloc(sizeof (profattr_t))) == NULL)
return ((profattr_t *)NULL);
print_profattr(profattr_t *prof)
static profattr_t *profstr2attr(profstr_t *);
profattr_t *
profattr_t *
free_profattr(profattr_t *prof)