Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Cbio_aros | Description: | "cbio" port | Download: | cbio_aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 23kb | Version: | 1.0 | Date: | 28 Jan 09 | Author: | Amiga.INC, port by kas1e | Submitter: | kas1e | Email: | kas1e/yandex ru | Requirements: | aros | Category: | development/misc | License: | GPL | Distribute: | yes | FileID: | 533 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 304 (Current version) | | 304 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 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.
|