Merge branch 'cleanup' into 'master'

tests: Macro based error handling

See merge request redox-os/relibc!195
This commit is contained in:
jD91mZM2
2019-03-03 15:19:19 +00:00
121 changed files with 1048 additions and 541 deletions
+2
View File
@@ -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);