You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							#include <sys/soundcard.h>
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							#if SOUND_VERSION < 0x040000
 | 
						
						
						
						
							 | 
							
							# error "OSSv4 is not available in sys/soundcard.h"
 | 
						
						
						
						
							 | 
							
							#endif
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							int main()
 | 
						
						
						
						
							 | 
							
							{
 | 
						
						
						
						
							 | 
							
								return 0;
 | 
						
						
						
						
							 | 
							
							}
 |