Re: A tool for renaming globals in C code?
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Fri, 03 Apr 2009 20:10:18 -0500
argee wrote:
I'm looking for a tool that could help me rename all the #defines,
functions and global variables (with the respected references, of
course) in a C project. (To provide more context) I have two
distinct projects for a (explicitly parallel) two-processor
system. This all works fine when you build these projects
separately and download each program to the appropriate processor.
However, if I want to use the same code for simulation on a single
processor system I get compile and link errors because the two
projects share some common functions and same file names and some
functions are called the same but are actually different etc.
Have a look at id2id-20. It is available at:
<http://cbfalconer.home.att.net/download/id2id-20.zip>
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
.
- References:
- A tool for renaming globals in C code?
- From: argee
- A tool for renaming globals in C code?
- Prev by Date: Re: Extended Euclidean Algorithm and Modular Multiplicative InvesInverse
- Next by Date: Re: Number of intervals containing a given point
- Previous by thread: Re: A tool for renaming globals in C code?
- Next by thread: Re: A tool for renaming globals in C code?
- Index(es):
Relevant Pages
|
Loading