klee
PrintVersion.h
Go to the documentation of this file.
1//===-- PrintVersion.h ------------------------------------------*- C++ -*-===//
2//
3// The KLEE Symbolic Virtual Machine
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef KLEE_PRINTVERSION_H
11#define KLEE_PRINTVERSION_H
12
13#include "llvm/Support/raw_ostream.h"
14
15#include "klee/Config/Version.h"
16
17namespace klee {
18 void printVersion(llvm::raw_ostream &OS);
19}
20
21#endif /* KLEE_PRINTVERSION_H */
Definition: main.cpp:291
void printVersion(llvm::raw_ostream &OS)