[main/misc] Add misc-function to retrieve enabled buildoptions

This commit is contained in:
chme
2017-09-02 07:30:23 +02:00
parent a04604f693
commit 5d5ed42749
3 changed files with 46 additions and 29 deletions

View File

@@ -29,6 +29,9 @@ struct keyval {
};
char **
buildopts_get(void);
int
safe_atoi32(const char *str, int32_t *val);