mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 14:23:47 +01:00
7 lines
53 B
C++
7 lines
53 B
C++
#include <iostream>
|
|
|
|
extern "C"
|
|
{
|
|
void worker();
|
|
}
|