environ: link to from readme

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-08 01:00:00 +00:00
parent 8a4fc8e9ae
commit eb22fd3b6e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/* Print all environment variables. */
/* https://cirosantilli.com/linux-kernel-module-cheat#environment-variables */
#include <stdio.h>
#include <stdlib.h>