File: xd.ih

package info (click to toggle)
xd 3.11.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 102
  • sloc: cpp: 703; makefile: 139
file content (21 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <iostream>
#include <string>

#include <bobcat/argconfig>
#include <bobcat/msg>

#include "alternatives/alternatives.h"
#include "arbiter/arbiter.h" 

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

void arguments(int argc, char **argv);
void usage(std::string const &progname);

using namespace std;
using namespace FBB;