#include "autopack.h" void *AP_alloc(int destpid, int tag, int size )
Allocates a buffer for an outgoing message with the given destination, tag, and size. Returns a pointer to this buffer. After the caller has stored data in the buffer, AP_send() is used to send it.