mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Not needed anymore.
This commit is contained in:
parent
c884ee4249
commit
c122009063
@ -1,12 +0,0 @@
|
|||||||
#include <stdio.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
int main() {
|
|
||||||
char buffer[8192];
|
|
||||||
|
|
||||||
buffer[8191] = 0;
|
|
||||||
getcwd(buffer, 8191);
|
|
||||||
puts(buffer);
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user