The example shows how to iterate over symbolic atoms.
The example shows how to iterate over symbolic atoms.
Output
./base 0
Symbolic atoms:
b
c, external
a, fact
Code
#define __STDC_FORMAT_MACROS
#include <stdio.h>
int main(int argc, char *argv[]) {
(void)argc;
(void)argv;
printf("TODO\n");
return 0;
}