You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __dynamic_libs_h__
|
|
#define __dynamic_libs_h__
|
|
|
|
/* #include "apue.h" */
|
|
int dynamic_lib_func_add(int i1, int i2);
|
|
int dynamic_lib_func_mul(int i1, int i2);
|
|
|
|
#endif |