cmd #1: use dynamic memory for managing args

This commit is contained in:
tylen
2024-09-23 22:01:29 +00:00
committed by Vasily Davydov
parent 9d40f081ac
commit 92f9c03128
5 changed files with 87 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
#include <stdlib.h>
#ifndef __BUFFER_H__
#define __BUFFER_H__
#include <stdlib.h>
typedef struct {
char* data;
size_t size;