cmd #1: use dynamic memory for managing args
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef __BUFFER_H__
|
||||
#define __BUFFER_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct {
|
||||
char* data;
|
||||
size_t size;
|
||||
|
||||
Reference in New Issue
Block a user