Warning: Might be a stupid question.

const SANE_Device **dev_list;
sane_get_devices(&dev_list, SANE_FALSE);

How do I get the size of dev_list?

Thanks.

Reply via email to