File: command.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 (12 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#include "command.h"

#include <iostream>
#include <algorithm>
#include <iterator>

#include <bobcat/argconfig>
#include <bobcat/fnwrap1c>
#include <bobcat/string>

using namespace std;
using namespace FBB;