mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 08:28:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			133 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@@
 | 
						|
identifier fn;
 | 
						|
typedef bool;
 | 
						|
symbol false;
 | 
						|
symbol true;
 | 
						|
@@
 | 
						|
 | 
						|
bool fn ( ... )
 | 
						|
{
 | 
						|
<...
 | 
						|
return
 | 
						|
(
 | 
						|
- 0
 | 
						|
+ false
 | 
						|
|
 | 
						|
- 1
 | 
						|
+ true
 | 
						|
)
 | 
						|
  ;
 | 
						|
...>
 | 
						|
}
 |