Nel progetto, ho trovato un file, math.c
, con una grande intestazione GPL e ...
//------------------------------------------------------------------------------
/// Returns the minimum value between two integers.
/// \param a First integer to compare.
/// \param b Second integer to compare.
//------------------------------------------------------------------------------
unsigned int min(unsigned int a, unsigned int b)
{
if (a < b) {
return a;
}
else {
return b;
}
}
OK, fantastico, quindi ho bisogno di ottenere il valore minimo e ... questo file !? Quindi ho bisogno di aprire l'intero progetto a causa di esso? O devo reinventare la matematica?
Non credo sia solo una follia, quindi la domanda è: quando possiamo rimuovere l'intestazione GPL?
Devo essere un weirdo e farlo ?:
unsigned int min( unsigned int
JEIOfuihFHIYEFHyigHUEFGEGEJEIOFJOIGHE,
unsigned int hyrthrtRERG ) { if
(JEIOfuihFHIYEFHyigHUEFGEGEJEIOFJOIGHE
< hyrthrtRERG ) { return JEIOfuihFHIYEFHyigHUEFGEGEJEIOFJOIGHE; }
else {return hyrthrtRERG ; } }
Seriamente, vogliono che scriva codice come sopra?