change how access is done and add built in array (need to optimise the size)
This commit is contained in:
15
src/import.h
Normal file
15
src/import.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2025 William Bell
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
#ifndef IMPORT_H
|
||||
#define IMPORT_H
|
||||
#include "err.h"
|
||||
|
||||
extern char*CWD;
|
||||
|
||||
Stack *ar_import(char *current_directory, char *path_relative, ArErr *err);
|
||||
|
||||
#endif // IMPORT_H
|
||||
Reference in New Issue
Block a user