package brotli

/* Copyright 2013 Google Inc. All Rights Reserved.

   Distributed under MIT license.
   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/

func brotli_min_double( float64,  float64) float64 {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_double( float64,  float64) float64 {
	if  >  {
		return 
	} else {
		return 
	}
}

func brotli_min_float( float32,  float32) float32 {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_float( float32,  float32) float32 {
	if  >  {
		return 
	} else {
		return 
	}
}

func brotli_min_int( int,  int) int {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_int( int,  int) int {
	if  >  {
		return 
	} else {
		return 
	}
}

func brotli_min_size_t( uint,  uint) uint {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_size_t( uint,  uint) uint {
	if  >  {
		return 
	} else {
		return 
	}
}

func brotli_min_uint32_t( uint32,  uint32) uint32 {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_uint32_t( uint32,  uint32) uint32 {
	if  >  {
		return 
	} else {
		return 
	}
}

func brotli_min_uint8_t( byte,  byte) byte {
	if  <  {
		return 
	} else {
		return 
	}
}

func brotli_max_uint8_t( byte,  byte) byte {
	if  >  {
		return 
	} else {
		return 
	}
}