gicFeatureAllocate(3) Allocate Features

Other Alias

gicFeatureFree

SYNOPSIS


#include <ggi/gic.h>
gic_feature *gicFeatureAllocate(gic_handle_t hand,
char *name,char *shortname);
void gicFeatureFree(gic_handle_t hand,
gic_feature *feature);

DESCRIPTION

TODO Write something useful here

RETURN VALUE

TODO Write something useful here