meta: update rosetta support
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static double another_function(int a, double b, int c)
|
||||
static int another_function(int a, double b, int c)
|
||||
{
|
||||
printf("a=%d, b=%lf, c=%d\n", a, b, c);
|
||||
return 1.2;
|
||||
return 2;
|
||||
}
|
||||
|
||||
static int test_function(int a, int b, int c, ...)
|
||||
|
||||
Reference in New Issue
Block a user