added POSIX AWK reference implementation

This commit is contained in:
Luxferre
2025-04-23 15:05:00 +03:00
parent 5577146162
commit db8422a1fd
3 changed files with 172 additions and 3 deletions
-3
View File
@@ -10,9 +10,6 @@
#include <stdio.h>
#include <time.h>
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
/* POSIX-specific terminal stuff for unbuffered input for I/O port 2 */
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))