Allocator interface better
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#include "allocator.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) { return EXIT_SUCCESS; }
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#include "allocator.h"
|
||||
#include <cmocka.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user