All checks were successful
Build documentation / build-and-deploy (push) Successful in 35s
9 lines
128 B
C
9 lines
128 B
C
#ifndef _LIBMSL_M_PROC_H
|
|
#define _LIBMSL_M_PROC_H
|
|
|
|
int m_proc_quit (void);
|
|
|
|
int m_proc_test (void);
|
|
|
|
#endif // _LIBMSL_M_PROC_H
|