mirror of
https://github.com/0intro/conterm
synced 2024-11-25 07:09:34 +03:00
9 lines
90 B
C
9 lines
90 B
C
|
#include "u.h"
|
||
|
#include "libc.h"
|
||
|
|
||
|
ulong
|
||
|
getcallerpc(void *a)
|
||
|
{
|
||
|
return ((ulong*)a)[-1];
|
||
|
}
|