mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Add new pa_reduce() and pa_gcd() functions
This commit is contained in:
parent
98049fbf81
commit
c850aa0c5b
2 changed files with 27 additions and 0 deletions
|
|
@ -206,4 +206,7 @@ static inline pa_bool_t pa_in_valgrind(void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
unsigned pa_gcd(unsigned a, unsigned b);
|
||||
void pa_reduce(unsigned *num, unsigned *den);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue