- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / compiler / purify / test9.c
blob88a68867033f6551ec694480c1d3acfaf0441e7b
1 #include <stdio.h>
3 char * config;
5 int main (int argc, char ** argv)
7 config = &argv[0][1];
9 return 0;