Pelles C forum

C language => Windows questions => Topic started by: eagle3 on September 19, 2010, 12:17:03 AM

Title: about windows dlls
Post by: eagle3 on September 19, 2010, 12:17:03 AM
hey there

can i type @  charachter in a dll function
Title: Re: about windows dlls
Post by: Stefan Pendl on September 19, 2010, 09:39:07 AM
If you want to use the at-sign in the function name, then no.
If you want to use it as an argument for a function, then yes.