123456789101112131415161718 |
- #ifndef SP_RUNTASK_H
- #define SP_RUNTASK_H
- #pragma once
- #ifdef __cplusplus
- extern "C" {
- #endif
- SPBASE_API int sp_runtask_killprocess();
- SPBASE_API int sp_runtask_startprocess();
- #ifdef __cplusplus
- } // extern "C" {
- #endif
- #endif // SP_RUNTASK_H
|