diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-19 23:17:43 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-19 23:17:43 +0600 |
| commit | ea5380fccb9f962203726540d69cb490048de7c0 (patch) | |
| tree | ceb8f56cef8deb086a328bfe840e327da7f16452 /block.h | |
Add files
Diffstat (limited to 'block.h')
| -rw-r--r-- | block.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#ifndef BLOCK_H +#define BLOCK_H +void block(char *, char *, char *, char *); +#endif |