Open skliper opened 5 years ago
To support C++ based applications, the PSP header files need to have the following code:
In the beginning of each header file:
extern "C" {
At the end of each header file:
}
Imported from trac issue 70. Created by sstrege on 2016-08-08T16:19:48, last modified: 2019-08-14T14:13:14
To support C++ based applications, the PSP header files need to have the following code:
In the beginning of each header file:
ifdef __cplusplus
extern "C" {
endif
At the end of each header file:
ifdef __cplusplus
}
endif