function casting

Roland McGrath mcgrath at paris.Berkeley.EDU
Sun Apr 30 12:08:35 AEST 1989


int (*f)();
char *foo();

f = (int (*)()) foo();
--
	Roland McGrath
	Free Software Foundation, Inc.
roland at wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland
Copyright 1989 Roland McGrath, under the GNU General Public License, version 1.



More information about the Comp.lang.c mailing list