alsa-utils/xamixer2/test1.c

12 lines
87 B
C

#include <stdio.h>
main()
{
printf("The value is %i\n", ~(1 << 1));
return 0;
}