921e5a0eb4
From-SVN: r14840
12 lines
430 B
C
12 lines
430 B
C
// Build don't link:
|
|
// GROUPS passed parsing
|
|
// parsing folder
|
|
// From: jonathan@Pescadero.Stanford.EDU
|
|
// Date: Tue, 15 Sep 92 14:15:29 PDT
|
|
// Subject: Function taking as argument a pointer to a pointer to a function
|
|
// that returns int causes coredump in cc1plus
|
|
// Message-ID: <9209152115.AA07423@Pescadero.Stanford.EDU>
|
|
|
|
unsigned char FindMdc ( int (**)() );
|
|
unsigned char FindMdc2 ( int (**funcname)() );
|