comport/pd-lib-builder/tests/multishared/shared.c
2024-09-26 16:07:53 +02:00

6 lines
97 B
C

#include "multishared.h"
void multishared_foo(t_float f) {
post("%s(%f)", __FUNCTION__, f);
}