tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] another declaration related bug


From: Abdul Wadud Mohammad Mohibur Rashid
Subject: [Tinycc-devel] another declaration related bug
Date: Mon, 8 Jul 2013 00:11:44 -0700 (PDT)

hello,
Please take a look at this tiny code

int (*apfi)[3](int x, int y);

int main()
{
// apfi[0]=add;
// apfi[1]=sub;
// apfi[2]=sub;
 return 0;
}


this code clearly fails in gcc and visual studio, as it was suppose to be. but success in tiny c

don't even know how to use this. ...
 

Sincerely,
Abdul Wadud Mohammad Mohibur Rashid,
email: address@hidden
Mobile Ph. no. 08030040355

reply via email to

[Prev in Thread] Current Thread [Next in Thread]