Displaying 1 result from an estimated 1 matches for "77e93ac".
Did you mean:
77363ac
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...ar **argv __unused)
-{
- int *nums = NULL;
-
- nums = malloc(NUM_COUNT * sizeof(int));
- printf("Hello, world, from 0x%08X! malloc return %p\n", (unsigned int)&main, nums);
-
- free(nums);
-
- return 0;
-}
diff --git a/com32/samples/hello.c b/com32/samples/hello.c
index 77e93ac..d3d4d29 100644
--- a/com32/samples/hello.c
+++ b/com32/samples/hello.c
@@ -1,35 +1,26 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2004-2008 H. Peter Anvin - All Rights Reserved
- *
- * This program is free software; you can redistribute it...