3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00
z3/src/shell/opt_frontend.h
Nikolaj Bjorner 4bc044c982 update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-07-08 23:18:40 -07:00

20 lines
277 B
C

/*++
Copyright (c) 2014 Microsoft Corporation
Module Name:
opt_frontend.h
Author:
Nikolaj Bjorner (nbjorner) 2014-10-10.
--*/
#ifndef OPT_FRONTEND_H_
#define OPT_FRONTEND_H_
unsigned parse_opt(char const* file_name, bool is_wcnf);
#endif /* OPT_FRONTEND_H_ */