8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| cat <<EOF
 | |
| static __always_inline ${ret}
 | |
| arch_${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
 | |
| {
 | |
| 	${retstmt}arch_${atomic}_${pfx}and${sfx}${order}(~i, v);
 | |
| }
 | |
| EOF
 |