www.digitalmars.com         C & C++   DMDScript  

c++ - underscores....

reply "Mike Comperchio" <mcmprch adelphia.net> writes:
Is there any way to tell DMC to NOT generate underscore prefixed
identifiers?

TIA.

Michael
Jan 12 2003
parent "Walter" <walter digitalmars.com> writes:
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