File: shared.c

package info (click to toggle)
pd-cyclone 0.2~beta3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,704 kB
  • ctags: 5,170
  • sloc: ansic: 36,778; makefile: 363; sh: 52; sed: 1
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2003 krzYszcz and others.
 * For information on usage and redistribution, and for a DISCLAIMER OF ALL
 * WARRANTIES, see the file, "LICENSE.txt," in this distribution.  */

#include "m_pd.h"
#include "shared.h"

void shared_debug(void)
{
    /* LATER */
}