MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
test.c File Reference
#include "mbconfig.h"
#include <stdlib.h>
#include <stdio.h>
#include "ac/f2c.h"
#include "y12lib.h"
Include dependency graph for test.c:

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

int main ( void  )

Definition at line 128 of file test.c.

129 {
130  printf("configure --with-y12 to enable Y12\n");
131 
132  return 0;
133 }