%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /glibc-2.29/elf/
Upload File :
Create Path :
Current File : //glibc-2.29/elf/tst-initorderb1.c

#include <stdio.h>

extern void start_b1( void ) __attribute__((constructor));
extern void finish_b1( void ) __attribute__((destructor));

void
start_b1( void )
{
  printf( "start_b1\n" );
}

void
finish_b1( void )
{
  printf( "finish_b1\n" );
}

Zerion Mini Shell 1.0