ndd_create_empty, ndd_create_empty_lsdf, ndd_create_empty_msdf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd *ndd_create_empty(uint1 r, uint4 n, int msdf);
ndd *ndd_create_empty_lsdf(uint1 r, uint4 n);
ndd *ndd_create_empty_msdf(uint1 r, uint4 n);
The macros ndd_create_empty_lsdf and ndd_create_empty_msdf can be used to create NDDs operating in a fixed direction.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |