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