10 lines
93 B
C
10 lines
93 B
C
|
|
#include <sys/types.h>
|
|
#include <direct.h>
|
|
|
|
void main()
|
|
{
|
|
mkdir( "c:\\watcom" );
|
|
}
|
|
|