%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /glibc-2.29/dlfcn/
Upload File :
Create Path :
Current File : //glibc-2.29/dlfcn/bug-dlopen1.c

/* Test case by Bruno Haible.  It test whether the dynamic string
   token expansion can handle $ signs which do not start one of the
   recognized keywords.  */

#include <dlfcn.h>

int main (void)
{
  dlopen ("gnu-gettext-GetURL$1", RTLD_GLOBAL | RTLD_LAZY);
  dlopen ("gnu-gettext-GetURL${1", RTLD_GLOBAL | RTLD_LAZY);
  return 0;
}

Zerion Mini Shell 1.0