Actions
Feature #8050
closedstruct stat to VALUE should be accessable from the C-API
Feature #8050:
struct stat to VALUE should be accessable from the C-API
Description
filc.c has methods to turn an struct stat into an File::Stat, the problem is that this methods are not accessable from the outside, and cant me mimiced my coping into the c-Ext code.
so it would be good if there where a VALUE rb_stat_new(stuct stat); or something like that for the C-API
Files
Actions