|
|
nono 0.2.3
/*
* nono
* Copyright (C) 2021 nono project
* Licensed under nono-license.txt
*/
#ifndef optestm88k_main_h
#define optestm88k_main_h
#include <stdio.h>
typedef int (*func_t)(int *, int *);
struct testentry {
func_t code;
int **testdata;
int quad;
const char *testname;
};
extern struct testentry test_table[];
#endif /* !optestm88k_main_h */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.