 
            
            
            
            
                12 Jul
                
                    2022
                
            
            
                12 Jul
                
                '22
                
            
            
            
        
    
                4:02 p.m.
            
        On Tue, Jul 12, 2022 at 03:51:04PM +0200, Cezary Rojewski wrote:
Please correct me if I'm wrong, but there is no guarantee that int is always 32bits long. What is guaranteed though, is that int holds at least -/+ 32,767. Also, values larger than INT_MAX are allowed in the IPC payload.
Right, int is just the natural size for an integer on the platform.