Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
250f43bc339789ffc86be517eebe7b1b700917e8
250f43bc339789ffc86be517eebe7b1b700917e8
elf
order2mod1.c
Fork and Edit
Blob
Blame
History
Raw
#include <stdio.h> static void __attribute__ ((destructor)) fini (void) { putchar ('1'); }