开发者

Is it possible to use DOS commands in my ANSI C programs?

开发者 https://www.devze.com 2022-12-23 13:34 出处:网络
i want to use the dos commands in my ansi-c program how can开发者_如何学C i do so what type of lib or .h i will need for it if it is possible ?Use the system function, from stdlib.h.

i want to use the dos commands in my ansi-c program how can开发者_如何学C i do so what type of lib or .h i will need for it if it is possible ?


Use the system function, from stdlib.h.

Here is Wikipedia documentation of this function

0

精彩评论

暂无评论...
验证码 换一张
取 消