6 lines
97 B
C
6 lines
97 B
C
#include "multishared.h"
|
|
|
|
void multishared_foo(t_float f) {
|
|
post("%s(%f)", __FUNCTION__, f);
|
|
}
|