#include "autopack.h" void AP_bsend(void *buf, int size, int dest, int tag)
Allocates a send buffer, copies the data to this buffer, and sends it.
Try to avoid using this function because it introduces a potentially unnecessary memory-memory copy.
This function provided mainly for backwards compatibility, and for use within the Fortran interface.