function nctype = nc_uint()
% NC_UINT:  returns constant corresponding to NC_UINT enumerated constant in netcdf.h
%
%   nc_datatype = nc_uint() returns the constant value corresponding to 
%   the NC_UINT constant in netcdf.h.  This value is not valid for creating 
%   netCDF variables in the classic format.
%
%   See also NC_ADDVAR.

nctype = 9;
return



