File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ This is an index/directory of the specifications (specs) for each new module/fea
37
37
- [ string\_ type] ( ./stdlib_string_type.html ) - Basic string support
38
38
- [ stringlist_type] ( ./stdlib_stringlist_type.html ) - 1-Dimensional list of strings
39
39
- [ strings] ( ./stdlib_strings.html ) - String handling and manipulation routines
40
+ - [ system] ( ./stdlib_system.html ) - OS and sub-processing routines
40
41
- [ version] ( ./stdlib_version.html ) - Version information
41
42
42
43
## Released/Stable Features & Modules
Original file line number Diff line number Diff line change 2
2
title : system
3
3
---
4
4
5
- # System
5
+ # System and sub-processing module
6
+
7
+ The ` stdlib_system ` module provides interface for interacting with external processes, enabling the execution
8
+ and monitoring of system commands or applications directly from Fortran.
6
9
7
10
[ TOC]
8
11
You can’t perform that action at this time.
0 commit comments