Re: How to pass function names as parameter?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Walter,

This isn't doing what you think it is doing:

 rufen ( feins () );
 rufen ( fzwei () );

You probably wanted:

 rufen ( feins );
 rufen ( fzwei );

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux