Changes in libcfa/src/parseargs.hfa [481f882:fd54fef]
- File:
-
- 1 edited
-
libcfa/src/parseargs.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseargs.hfa
r481f882 rfd54fef 1 //2 // Cforall Version 1.0.0 Copyright (C) 2022 University of Waterloo3 //4 // The contents of this file are covered under the licence agreement in the5 // file "LICENCE" distributed with Cforall.6 //7 // parseargs.cfa -- PUBLIC8 // API for arguments parsing (argc, argv)9 //10 // Author : Thierry Delisle11 // Created On : Wed Oct 12 15:28:01 202212 // Last Modified By :13 // Last Modified On :14 // Update Count :15 //16 1 #pragma once 17 2
Note:
See TracChangeset
for help on using the changeset viewer.