mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 15:23:30 +08:00
6 lines
65 B
C
6 lines
65 B
C
|
extern void pam_end (void);
|
||
|
void dumpme (void)
|
||
|
{
|
||
|
pam_end ();
|
||
|
}
|