Short: "cbio" port for AROS Author: Amiga.INC, port by kas1e Uploader: kas1e yandex ru (kas1e) Type: dev/src Version: 1.0 Architecture: generic Cbio.c Provide standard clipboard device interface routines such as Open, Close, Post, Read, Write, etc. you just compile make object file of it like: gcc -c cbio.c -o cbio.o Add to your programm "#include "cb.h" ,and when you compile your programm, just add cbio object, like this: aros-shell:> gcc test.c -o test cbio.o -lexec example are included. Uploaded using: archives.aros-exec.org