My Project
Functions
test_install.cc File Reference
#include "factory.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 12 of file test_install.cc.

13{
14 // this will try to locate the GF(q) tables
15 setCharacteristic( 2, 3, 'Z' );
16 printf( "%s\n", FACTORYVERSION );
17 printf( "%s\n", factoryConfiguration );
18 printf( "Factory lives!!" );
19 return 0;
20}
void FACTORY_PUBLIC setCharacteristic(int c)
Definition: cf_char.cc:28
const char factoryConfiguration[]
extern const char factoryConfiguration[];
#define FACTORYVERSION
Definition: factoryconf.h:53