2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
7 #include <proto/alib.h>
9 #include <exec/ports.h>
17 port
= CreatePort("PORTTEST", 0);
20 puts("Error creating port");
26 puts("Message received");
28 puts("Message returned");