LWN.net Logo

Dennis Ritchie RIP

Dennis Ritchie RIP

Posted Oct 17, 2011 13:21 UTC (Mon) by HelloWorld (guest, #56129)
In reply to: Dennis Ritchie RIP by jwakely
Parent article: Dennis Ritchie RIP

auto signal(int, void(*)(int)) -> void(*)(int);
Hey, let's be consequent ;)
 auto signal(int, auto (*)(int)->void) -> auto (*)(int) -> void;


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds