Linux Audio

Check our new training course

Loading...
1
2
3
4
5
6
#include <signal.h>

int __libc_current_sigrtmax()
{
	return _NSIG-1;
}