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