Max 5 API Reference
00001 /* 00002 jit.math.c 00003 Copyright 2001-2005 - Cycling '74 00004 Joshua Kit Clayton jkc@cycling74.com 00005 */ 00006 00007 #include "jit.common.h" 00008 00009 OSErr jit_mac_gestalt(OSType selector, long *response) 00010 { 00011 return Gestalt(selector,response); 00012 }