diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:25 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:25 +0300 |
commit | ff8ab43201e5c862003d9353016409c13691562c (patch) | |
tree | d186e830acfbc21b5cc771ce58a1cc09c0e7610c /tests/obscure.c | |
parent | e14c6bc3801be29eb5a64c813754b170a67d4956 (diff) |
Changed comments style, added array deletion functions
Diffstat (limited to 'tests/obscure.c')
-rw-r--r-- | tests/obscure.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/obscure.c b/tests/obscure.c index 7b6f1fd..6c567fb 100644 --- a/tests/obscure.c +++ b/tests/obscure.c @@ -22,3 +22,4 @@ int main(void) { return (data[0][69] == 42 && data[1][42] == 69 ? 0 : 1); // OS will free it for me } +/* vim: set ts=8 noet: */ |