This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
union { void *barf; void (*fptr) (void); } bilge;
bilge.barf = dlsym (NULL, "dummy"); funcs.dummy = bilge.fptr;
Perry Smith ( pedz@easesoftware.com ) Ease Software, Inc. ( http://www.easesoftware.com )
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |