File: shared.c

package info (click to toggle)
pd-lib-builder 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: ansic: 206; makefile: 139; sh: 117; cpp: 19
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (16)
1
2
3
4
5
#include "multishared.h"

void multishared_foo(t_float f) {
  post("%s(%f)", __FUNCTION__, f);
}