change approach, too much m4

This commit is contained in:
2018-05-08 17:25:41 +02:00
parent 10e888649b
commit 54a933c83a
87 changed files with 256 additions and 2081 deletions

View File

@ -1,15 +1,6 @@
<html>
<head>
<title>Projects - just for fun</title>
</head>
<body>
define(`TITLE', `Has this large file something else than zeros?')
define(`DATE', `2013-11-08')
define(`CONTENT', `
This small piece of code was used during the analysis of an 800GB VMWare image after a server crash.
notnull.c:
@ -53,8 +44,4 @@ Compile it using:
<pre>
gcc -std=c99 -o notnull notnull.c
</pre>
</body>
</html>
')