Move headers into include directories
This commit is contained in:
14
lib/include/construct.h
Normal file
14
lib/include/construct.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
#ifndef CONSTRUCT_H
|
||||
#define CONSTRUCT_H
|
||||
|
||||
#include "fsa.h"
|
||||
#include "regex.h"
|
||||
|
||||
void construct(const regex_t *regex, fsa_t *out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user