system函數

 int system( const char *command ); int _wsystem( const wchar_t *command ); command: Command to be executed sample: `````````````` //system.c #include <process.h> void main( void ) { system( "type sys
相關文章
相關標籤/搜索