c - Explanation of a function -


could can tell following code does? write or read on table ? function in program. trying understand program.if reply explanation great help.

typedef struct {   short a[16]; } pre25g;  pre25g pre25g_g[4] = {     1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,           /*1*/     1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,           /*2*/     1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,           /*3*/     1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0            /*4*/ }; 

this not function. first part typedef defines structure. , latter definition of initialized array of structure type pre25g.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -