You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ubl-settings-manager/source/ubl-settings-manager-app-se...

7 lines
203 B

#include "ubl-settings-manager.h"
app_section *yon_app_section_new(){
app_section *new_section = malloc(sizeof(app_section));
memset(new_section,0,sizeof(app_section));
return new_section;
}