1 2 3 4 5 6 7 8 9 10 11 12
#include <stdio.h> void fst_pre_init_testall(); void fst_post_init_testall(); int main() { fst_pre_init_testall(); fst_post_init_testall(); printf("All tests passed.\n"); return 0; }
Generated with cgit - Back to sebastiano.tronto.net