MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
test_strext_socket.c File Reference
Include dependency graph for test_strext_socket.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.c.

References test_init(), and test_run().

36 {
37  test_init(argc, argv);
38  test_run();
39  return 0;
40 }
void test_run(void)
void test_init(int argc, char *argv[])

Here is the call graph for this function: