Max 5 API Reference
00001 /* 00002 commonsyms.c 00003 00004 Copyright 2001-2008 - Cycling '74 00005 Joshua Kit Clayton jkc@cycling74.com 00006 00007 */ 00008 00009 #include "ext.h" 00010 #include "commonsyms.h" 00011 00012 t_common_symbols_table *_common_symbols=NULL; 00013 00014 void common_symbols_init(void) 00015 { 00016 _common_symbols = common_symbols_gettable(); 00017 }
Copyright © 2008, Cycling '74