Abstract type: Difference between revisions

Content added Content deleted
m (removed omit from phix)
Line 383: Line 383:
#define SILLY_H
#define SILLY_H
#include "intefaceAbs.h"
#include "intefaceAbs.h"
#include <stdlib.h>


typedef struct sillyStruct *Silly;
typedef struct sillyStruct *Silly;
Line 393: Line 394:
<lang c>#include "silly.h"
<lang c>#include "silly.h"
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>