#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>

Go to the source code of this file.
Functions | |
| void | append_contents (char *path, int data_offset, char *buffer, int *buffer_size) |
| int | main (int argc, char *argv[]) |
| void append_contents | ( | char * | path, | |
| int | data_offset, | |||
| char * | buffer, | |||
| int * | buffer_size | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 48 of file bootstrap.c.
References append_contents(), data_offset, fclose(), fopen(), fprintf, fread(), fseek(), ftell(), fwrite(), and src.

1.5.5