|
gwenhywfar 5.14.1
|
#include "gwenbuild/tools/trylink.h"#include <gwenhywfar/syncio.h>#include <gwenhywfar/process.h>#include <gwenhywfar/debug.h>#include <unistd.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| int | GWB_Tools_TryLink (GWB_CONTEXT *context, const char *testCode, const char *libName) |
| int GWB_Tools_TryLink | ( | GWB_CONTEXT * | context, |
| const char * | testCode, | ||
| const char * | libName ) |
Definition at line 26 of file trylink.c.
References DBG_ERROR, GWB_Context_GetVars(), GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_GetUsedBytes(), GWEN_Buffer_new(), GWEN_DB_GetCharValue(), GWEN_ERROR_INTERNAL, GWEN_Process_RunCommandWaitAndGather(), GWEN_SyncIo_Helper_WriteFile(), and NULL.
Referenced by _checkFunction(), and _parseLib().

