PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
manifest.c File Reference
#include "manifest.h"
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <sys/io.h>
#include <sys/math.h>
#include <sys/proc.h>
Include dependency graph for manifest.c:

Go to the source code of this file.

Functions

static chartrim_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)
 
charmanifest_get_value (section_t *section, const char *key)
 
uint64_t manifest_get_integer (section_t *section, const char *key)
 

Function Documentation

◆ trim_whitespace()

static char * trim_whitespace ( char str)
static

Definition at line 10 of file manifest.c.

Here is the call graph for this function:
Here is the caller graph for this function: