| SCORE_GET_RESOURCE_REQUEST(3) | SCORE_GET_RESOURCE_REQUEST(3) |
#include <score_resource.h>
scoreResourceRequest *score_get_resource_request(void);
score_get_resource_request() can be called within the
score_runtime_resource() function by a runtime library to
check if a resource specification is suitable or not for the runtime
library.
score_get_resource_request() returns a pointer to
scoreResourceRequest, a score_resource_request struct
containing a resource request for SCore-D login specified by an user executing
scrun(1).
scrun(1),
score_runtime_resource(3),
SCore-D Runtime Development