Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / lfscmd / src / main.c
blobca16ef80a8ee837b04051255647812a3ea563eb3
1 /*
2 * Copyright (C) 2003 Timothy Bauscher <timothy@linuxfromscratch.org>
3 */
5 #include "lfscmd.h"
7 /*
8 In the future, symlinks will determine run mode.
9 The default mode shall be docbook xml.
12 int main (int argc, char **argv) {
13 return(lfscmd(argc, argv));