|
The Witchcraft Compiler Collection
WCC
|
#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <sys/mman.h>#include <sys/stat.h>#include <unistd.h>#include <sys/types.h>#include <string.h>#include <limits.h>#include <errno.h>#include <elf.h>#include <config.h>Go to the source code of this file.
Macros | |
| #define | DEFAULT_NAME "wld" |
Functions | |
| int | mk_lib (char *name) |
| int | print_version (void) |
| int | main (int argc, char **argv) |
| #define DEFAULT_NAME "wld" |
Witchcraft Compiler Collection
Author: Jonathan Brossard - endrazine@gmail.com
This code is published under the MIT License.
1.8.6