mirror of
https://github.com/arranstewart/magic.git
synced 2025-07-01 06:38:38 +00:00
9 lines
193 B
C
9 lines
193 B
C
#include "RM.h"
|
|
#include "hmi.h"
|
|
|
|
main(int argc, char *argv[])
|
|
{
|
|
if (argc != 2)
|
|
Abort("synopsis: embedding <file of algebras>",-1);
|
|
relatemats(epimorphic_image, argv[1], "MapsOnto");
|
|
}
|