ctrump/parser/test/c99-array.c File Reference

Go to the source code of this file.

Functions

int f1 (int p1[static 10])
int f2 (int p1[restrict], int p2[restrict])
int f3 (int p1[const ])
int f4 (int p1[volatile])
int f5 (int p1[const restrict volatile static 10])
void f10 (int r, int c, int a[c][r])
void f21 (int n, int p[*][*])
void f22 (int n, int p[*][n])
void f23 (int n, int p[n][n])
void f24 (int n, int p[][*])


Function Documentation

int f1 ( int  p1[static 10]  ) 

void f10 ( int  r,
int  c,
int  a[c][r] 
)

Definition at line 7 of file c99-array.c.

int f2 ( int  p1[restrict],
int  p2[restrict] 
)

void f21 ( int  n,
int  p[*][*] 
)

void f22 ( int  n,
int  p[*][n] 
)

void f23 ( int  n,
int  p[n][n] 
)

void f24 ( int  n,
int  p[][*] 
)

int f3 ( int  p1[const ]  ) 

int f4 ( int  p1[volatile]  ) 

int f5 ( int  p1[const restrict volatile static 10]  ) 


Generated on Tue Mar 31 20:19:25 2009 for ctrump by  doxygen 1.5.6