]> git.sur5r.net Git - cc65/blobdiff - src/ca65/incpath.c
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / src / ca65 / incpath.c
index 124e4b20be6849c8a6af397ff9ca34a66d095c6b..d3fd72ea3e0478920d668f29192081cee3d087d0 100644 (file)
@@ -76,6 +76,14 @@ char* FindInclude (const char* Name)
 
 
 
+void ForgetAllIncludePaths (void)
+/* Remove all include search paths. */
+{
+    ForgetAllSearchPaths (INC_STD);
+}
+
+
+
 void InitIncludePaths (void)
 /* Initialize the include path search list */
 {