Abstract type: Difference between revisions

Content added Content deleted
(→‎{{header|C}}: Interface name should be quoted.)
Line 326: Line 326:
<lang c>#ifndef SILLY_H
<lang c>#ifndef SILLY_H
#define SILLY_H
#define SILLY_H
#include intefaceAbs.h
#include "intefaceAbs.h"


typedef struct sillyStruct *Silly;
typedef struct sillyStruct *Silly;