30 lines
467 B
C
30 lines
467 B
C
#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);
|
|
}
|
|
}
|
|
|