libs working
This commit is contained in:
BIN
examples/program/.build/out
Executable file
BIN
examples/program/.build/out
Executable file
Binary file not shown.
29
examples/program/.build/out.c
Normal file
29
examples/program/.build/out.c
Normal file
@@ -0,0 +1,29 @@
|
||||
#include <float.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct nub_core_string
|
||||
{
|
||||
const char *data;
|
||||
int length;
|
||||
};
|
||||
|
||||
|
||||
|
||||
extern int32_t nub_math_add_500748c2c6d70959(int32_t, int32_t);
|
||||
int32_t nub_main_main_55882df37f903935();
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return nub_main_main_55882df37f903935();
|
||||
}
|
||||
|
||||
int32_t nub_main_main_55882df37f903935()
|
||||
{
|
||||
{
|
||||
return nub_math_add_500748c2c6d70959(1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user