mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
include path
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a83af22841
commit
fb470a1868
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ Revision History:
|
||||||
--*/
|
--*/
|
||||||
#ifndef FILE_PATH_H_
|
#ifndef FILE_PATH_H_
|
||||||
#define FILE_PATH_H_
|
#define FILE_PATH_H_
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
inline char const * get_extension(char const * file_name) {
|
inline char const * get_extension(char const * file_name) {
|
||||||
if (file_name == 0)
|
if (file_name == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue