Merge branch 'cleanup' into 'master'
tests: Macro based error handling See merge request redox-os/relibc!195
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h> /* for SIZE_MAX */
|
||||
|
||||
#include "test_helpers.h"
|
||||
|
||||
int main(void) {
|
||||
char * ptr = (char *)malloc(256);
|
||||
printf("malloc %p\n", ptr);
|
||||
|
||||
Reference in New Issue
Block a user