INNER CODE UNIT · C

b

spheredev/neosphere · src/cell/build.c:827

	b = *(const target_t**)p_b;
	return strcmp(path_cstr(target_path(a)), path_cstr(target_path(b)));
}

static bool
write_manifests(build_t* build)
{
	int         api_level = 1;
	int         api_version = 2;
	FILE*       file;
	int         height;
	size_t      json_size;
	const char* json_text;
	path_t*     main_path;
	const char* save_id;
	path_t*     script_path;
	size_t      span;
	int         width;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…