|
|
|
|
|
by trealira
610 days ago
|
|
The second edition was released in 1988, and it was based on a draft of the first ANSI C standard, and even then, the line stating that this was undefined behavior was already present. http://jfxpt.com/library/c89-draft.html#A.6.2 > A pointer to a function is converted to point to a function of a different type and used to call a function of a type not compatible with the original type (3.3.4). |
|