Codebase list xd / scrub-obsolete/main main.ih
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

main.ih @scrub-obsolete/mainraw · history · blame

#include <iostream>
#include <string>
#include <cstring>
#include <exception>

#include <bobcat/argconfig>
#include <bobcat/mstream>

#include "options/options.h"
#include "alternatives/alternatives.h"
#include "selector/selector.h"

namespace Icmbuild
{
    extern char version[];
    extern char year[];
    extern char author[];
};

using namespace std;
using namespace FBB;

int handle(exception_ptr ptr);
void noInput();
void usage(string const &progname);