#include "OSC-common.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>Functions | |
| void | fatal_error (char *s,...) |
| void | OSCProblem (char *s,...) |
| void | OSCWarning (char *s,...) |
| void fatal_error | ( | char * | s, | |
| ... | ||||
| ) |
| void OSCProblem | ( | char * | s, | |
| ... | ||||
| ) |
| void OSCWarning | ( | char * | s, | |
| ... | ||||
| ) |
Referenced by AllocContainer(), AllocMethod(), AllocQD(), DispatchSubMessage(), DropBundle(), DropMessage(), DropPacket(), MatchBrackets(), MatchList(), OSCAllocPacketBuffer(), OSCFreePacket(), OSCQueueRemoveEarliest(), OSCRemoveContainerAlias(), ParseMessage(), PatternMatch(), and receiveOSCPacket().
1.5.8