1 2 3 4 5 6 7 8 9 10
#include "test-moo-aroot.h" #include <stdio.h> /* Define a subclass. */ struct asub1 : struct aroot { FILE *fp; methods: };