mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
7 lines
53 B
C
7 lines
53 B
C
|
#include <iostream>
|
||
|
|
||
|
extern "C"
|
||
|
{
|
||
|
void worker();
|
||
|
}
|