Annotation of nono/exp/optestm88k/optestm88k_main.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * nono
                      3:  * Copyright (C) 2021 nono project
                      4:  * Licensed under nono-license.txt
                      5:  */
                      6: 
                      7: #ifndef optestm88k_main_h
                      8: #define optestm88k_main_h
                      9: 
                     10: #include <stdio.h>
                     11: 
                     12: typedef int (*func_t)(int *, int *);
                     13: 
                     14: struct testentry {
                     15:        func_t code;
                     16:        int **testdata;
                     17:        const char *testname;
                     18: };
                     19: 
                     20: extern struct testentry test_table[];
                     21: 
                     22: #endif /* !optestm88k_main_h */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.