gdrcopy icon indicating copy to clipboard operation
gdrcopy copied to clipboard

return value description

Open NEWPLAN opened this issue 1 year ago • 1 comments

Hi, where can we get the description of gdrcopy api in terms of its return value?

NEWPLAN avatar Nov 04 '24 03:11 NEWPLAN

Hi @NEWPLAN can you be more specific? Which API in particular?

In general, all APIs follow the usual Unix convention, i.e. the integer return values are 0 (success) or >0 (error codes from errno.h). Except for gdr_open.

drossetti avatar Dec 02 '24 21:12 drossetti