3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-26 00:42:36 +00:00

reorganizing the code

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-23 21:53:34 -07:00
parent b89d35dd69
commit 9e299b88c4
101 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,25 @@
/*++
Copyright (c) 2011 Microsoft Corporation
Module Name:
dbg_cmds.h
Abstract:
SMT2 front-end commands for debugging purposes.
Author:
Leonardo (leonardo) 2011-04-01
Notes:
--*/
#ifndef _DBG_CMDS_H_
#define _DBG_CMDS_H_
class cmd_context;
void install_dbg_cmds(cmd_context & ctx);
#endif