c++ - underscores....
- "Mike Comperchio" <mcmprch adelphia.net> Jan 12 2003
- "Walter" <walter digitalmars.com> Jan 12 2003
Is there any way to tell DMC to NOT generate underscore prefixed identifiers? TIA. Michael
Jan 12 2003
Sure. Use the __syscall attribute:
int __syscall foo()
{
}
"Mike Comperchio" <mcmprch adelphia.net> wrote in message
news:avsi8o$a9e$1 digitaldaemon.com...
Is there any way to tell DMC to NOT generate underscore prefixed
identifiers?
TIA.
Michael
Jan 12 2003








"Walter" <walter digitalmars.com>