diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-02 10:17:18 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-02 10:17:18 +0600 |
| commit | 8feaed6600a49910a5255bde471d5847ca4c86bf (patch) | |
| tree | 0bc27532ef827580d073a1ee5dc96b7e956dd899 | |
| parent | 11b86ff1a85efe5d1170ea8c90ebca5ac313e24f (diff) | |
dangling comment
| -rw-r--r-- | g2x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #include <stdio.h> -#define BUFSIZE 4096 // Read +#define BUFSIZE 4096 #define xmlput(n)\ for(i = n; buf[i] != '\n'; i++) {\ switch(buf[i]) {\ |