source: roaraudio/libroaryiff/audiocd.c @ 343:77ddfb3ce6de

Last change on this file since 343:77ddfb3ce6de was 343:77ddfb3ce6de, checked in by phi, 16 years ago

added playback.c, ctl.c and audiocd.c

File size: 125 bytes
Line 
1//audiocd.c:
2
3#include <libroaryiff.h>
4
5int YEjectAudioCD(YConnection *con) {
6 return system("eject") == 0 ? 0 : -1;
7}
8
9//ll
Note: See TracBrowser for help on using the repository browser.