MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
test_strext_socket_f_main.c File Reference
Include dependency graph for test_strext_socket_f_main.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 35 of file test_strext_socket_f_main.c.

References mainf_(), and test_init().

36 {
37  int32_t rc;
38 
39  test_init(argc, argv);
40 
41  mainf_(&rc);
42 
43  return rc;
44 }
void mainf_(int32_t *rc_p)
void test_init(int argc, char *argv[])

Here is the call graph for this function: