C function Parser

G

Gino

I need a C language function parser to seperate finction argument and
return value .Anybody who have already implemented this code pls help
me on this issue.

Manuel
 
D

David Rubin

Gino said:
I need a C language function parser to seperate finction argument and
return value .Anybody who have already implemented this code pls help
me on this issue.

Manuel

This is most easily done if your code follows some reasonable style such as

[static] T
fname(<params>)
{
}

in which case you can use standard text processing utilities. Otherwise,
you really do need a C language parser. I'm sure you can turn something
up on Google...

/david
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,139
Messages
2,570,807
Members
47,356
Latest member
Tommyhotly

Latest Threads

Top