No description
  • C 97.9%
  • Makefile 2.1%
Find a file
2020-12-11 20:50:54 +01:00
.gitignore gitignore 2020-12-01 00:16:21 +01:00
getlimits.c better formatting 2020-12-01 00:50:01 +01:00
limits.h missed some resources 2020-12-01 00:49:45 +01:00
Makefile added stat 2020-12-11 18:55:45 +01:00
README.md added readme 2020-12-11 20:50:54 +01:00
stat.c added stat 2020-12-11 18:55:45 +01:00

What is this?

This is a collection of diagnostic utilities that will tell you things about the system you're running on and stuff like that.

Requirements

  • make
  • a C compiler (I've only tested, and will recommend, gcc, but I'm not doing any crazy compiler magic)
  • a compliant C standard library (again, glibc is what i've tested with, but I'm sure there are others that work)

How to build

make should build all targets known at the time if you run it without arguments.