mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 10:35:33 +00:00
25 lines
272 B
C++
25 lines
272 B
C++
/*++
|
|
Copyright (c) 2011 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
foci2.cpp
|
|
|
|
Abstract:
|
|
|
|
Fake foci2, to be replaced
|
|
|
|
Author:
|
|
|
|
Ken McMillan (kenmcmil)
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include "foci2.h"
|
|
|
|
FOCI2_EXPORT foci2 *foci2::create(const std::string &){
|
|
return 0;
|
|
}
|