sds_getargs

struct sds_resbuf *sds_getargs (void);


Return the arguments to the current SDS application.


This function returns the arguments to the specified external function and returns a pointer to a linked list of arguments. When there are no arguments, this function returns a null pointer. There is no need to call sds_relrb since this function automatically releases the list.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)