AVRSack/AVRsack/ASVestigial.h

21 lines
312 B
C
Raw Normal View History

2015-03-16 15:02:35 +00:00
//
// ASVestigial.h
// AVRsack
//
// Created by Matthias Neeracher on 16/03/15.
// Copyright © 2015 Aere Perennius. All rights reserved.
//
#import <Foundation/Foundation.h>
#ifdef __cplusplus
extern "C" {
#endif
void
InvokeCallback(id target, SEL selector, void * context);
#ifdef __cplusplus
}
#endif