mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef UTIL_ARRAY_H
 | 
						|
#define UTIL_ARRAY_H
 | 
						|
 | 
						|
#include <stdint.h>
 | 
						|
#include <stdlib.h>
 | 
						|
 | 
						|
size_t push_zeroes_to_end(uint32_t arr[], size_t n);
 | 
						|
 | 
						|
#endif
 |