Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

c-importpath-fixer

A Python tool to automatically fix #include "@/..." paths in C/C++ source files by converting them to proper relative paths.

Usage

python3 c-importpath-fixer.py [project-root]

By default, it scans the current directory. You can optionally pass the root of the project.

Example

Before:

#include "@/include/myheader.h"

After:

#include "../include/myheader.h"

License

MIT

Copyright 2025, Max Base

About

A Python tool to automatically fix `#include "@/..."` paths in C/C++ source files by converting them to proper relative paths.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages