repo.or.cz
/
jack_interposer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Document that SMP is supported from gcc 3.3 onward
[jack_interposer.git]
/
test_printf.c
blob
4be117af628fe97332a4ce0ebb99ced1bfd37e2d
1
#include
"test_framework.c"
2
3
int
test_process_callback
(
jack_nframes_t nframes
,
void
*
arg
)
4
{
5
printf
(
"Fail %d"
,
42
);
6
been_in_process
=
true
;
7
return
1
;
8
}