File: clear.c

package info (click to toggle)
alsaplayer 0.99.82-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,892 kB
  • sloc: ansic: 40,741; cpp: 14,400; makefile: 983; sh: 796; lex: 751; asm: 45; python: 29; sed: 16
file content (9 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#include <alsaplayer/control.h>

int main (int argc, char *argv[])
{
	if (ap_clear_playlist(0)) {
		printf("Cleared playlist\n");
	}	
  return 0;
}