Skip to content

Instantly share code, notes, and snippets.

// stat.c
//
// TO RUN: cc -Wall stat.c && ./a.out
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>