mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-10 16:47:52 +00:00
10 lines
108 B
C
10 lines
108 B
C
|
float add (float, float);
|
||
|
|
||
|
struct Student
|
||
|
{
|
||
|
int usn;
|
||
|
char *name;
|
||
|
};
|
||
|
|
||
|
void print (const struct Student);
|