aboutsummaryrefslogtreecommitdiff
path: root/ios-bootstrap/generic-dyld-inserted.m
blob: 532b844046f91c1c5fdd10497255bd186707a3d7 (plain) (blame)
1
2
3
4
5
#include <syslog.h>
__attribute__((constructor))
static void init() {
    syslog(LOG_WARNING, "Hi!");
}