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

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;
1.1.1.2 ! root       17:        int quad;
1.1       root       18:        const char *testname;
                     19: };
                     20: 
                     21: extern struct testentry test_table[];
                     22: 
                     23: #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.