Changeset c735afb in mainline for uspace/lib/cpp/include/cstdlib
- Timestamp:
- 2018-07-05T21:41:24Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 199b6d8
- Parents:
- b57a3ee
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 18:54:33)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cstdlib
rb57a3ee rc735afb 78 78 /* using std::hel::wcstombs; */ 79 79 80 using std::hel::rand om; // Supposed to be rand.81 using std::hel::srand om; // Supposed to be srand.80 using std::hel::rand; 81 using std::hel::srand; 82 82 using std::hel::qsort; 83 83 /* using std::hel::bsearch; */ … … 127 127 /* using std::hel::wcstombs; */ 128 128 129 using std::hel::rand om; // Supposed to be rand.130 using std::hel::srand om; // Supposed to be srand.129 using std::hel::rand; 130 using std::hel::srand; 131 131 using std::hel::qsort; 132 132 /* using std::hel::bsearch; */
Note:
See TracChangeset
for help on using the changeset viewer.