stat.h 83 B

1234
  1. #pragma once
  2. #include <libc/sys/types.h>
  3. int mkdir(const char *path, mode_t mode);