There are some system processing programs. 更多...
#include <stdio.h>#include <string.h>#include <math.h>函数 | |
| void | DispPro (const double pro, const int step) |
| This function print a progress bar on one line of standard output. 更多... | |
| int | CreateDir (const char *pPath) |
| This is a function that recursively creates folders. 更多... | |
There are some system processing programs.
在文件 sys_pro.c 中定义.
| int CreateDir | ( | const char * | pPath | ) |
This is a function that recursively creates folders.
| [in] | pPath | Pointer to the folder Path. |
| -1 | The path folder already exists and is readable. |
| 0 | Readable path folders are created recursively. |
| 1 | The path folder is not created properly. |