It compiles no encript
This commit is contained in:
16
include/glob.hpp
Normal file
16
include/glob.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef GLOB_HPP
|
||||
#define GLOB_HPP
|
||||
|
||||
enum class Glob_Result
|
||||
{
|
||||
OOM_ERROR,
|
||||
ENCODING_ERROR,
|
||||
SYNTAX_ERROR,
|
||||
UNMATCHED,
|
||||
MATCHED,
|
||||
};
|
||||
|
||||
// https://github.com/tsoding/glob.h
|
||||
Glob_Result glob(const char *pattern, const char *text);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user