|
PatchworkOS
10941b4
A non-POSIX operating system.
|
#include "manifest.h"#include <ctype.h>#include <stdio.h>#include <string.h>#include <sys/io.h>#include <sys/math.h>#include <sys/proc.h>Go to the source code of this file.
Functions | |
| static char * | trim_whitespace (char *str) |
| uint64_t | manifest_parse (manifest_t *manifest, const char *path) |
| void | manifest_substitute (manifest_t *manifest, substitution_t *substitutions, uint64_t amount) |
| char * | manifest_get_value (section_t *section, const char *key) |
| uint64_t | manifest_get_integer (section_t *section, const char *key) |
Definition at line 10 of file manifest.c.