mcNMread — read from neutral file (C API)
#include <memcom.h> int mcNMread(int nfhandle, const char* patt, int handle);
mcNMread reads (decodes) one or more
datasets from the neural file identified by
nfhandle and writes them to the MemCom database
identified by handle. If the dataset pattern
matching string patt is not NULL or blank only
datasets matching patt will be decoded. If
completed sucessfully, mcNMread returns
0.
nfhandleNeutral file handle (input), see mcNMopen.
pattDataset matching pattern (input).If
patt is not NULL or blank only datasets
matching patt will be encoded.
handleDatabase handle from where data is decoded (input).