mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			Fortran
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			Fortran
		
	
	
	
	
	
| 
								 | 
							
								subroutine sort(n,arr)
							 | 
						||
| 
								 | 
							
								  call ssort(arr,tmp,n,1)
							 | 
						||
| 
								 | 
							
								  return
							 | 
						||
| 
								 | 
							
								end subroutine sort
							 |