Skip to content

Implement stat #22

@tengyifei

Description

@tengyifei

Status of a file (by name). Minimal implementation:

int stat(char *file, struct stat *st) {
  st->st_mode = S_IFCHR;
  return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions