Initial commit
This commit is contained in:
9
channel/channelapp/source/blob.h
Normal file
9
channel/channelapp/source/blob.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _BLOB_H_
|
||||
#define _BLOB_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
void *blob_alloc(size_t size);
|
||||
void blob_free(void *p);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user