Changeset de53138 in mainline for uspace/lib/cpp/include/cinttypes
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c71c171
- Parents:
- 6d8a63a
- git-author:
- Dzejrou <dzejrou@…> (2018-04-20 00:11:54)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cinttypes
r6d8a63a rde53138 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * 5 * Redistribution and us ein source and binary forms, with or without5 * Redistribution and using in source and binary forms, with or without 6 6 * modification, are permitted provided that the following conditions 7 7 * are met: … … 12 12 * notice, this list of conditions and the following disclaimer in the 13 13 * documentation and/or other materials provided with the distribution. 14 * - The name of the author may not be us ed to endorse or promote products14 * - The name of the author may not be usingd to endorse or promote products 15 15 * derived from this software without specific prior written permission. 16 16 * … … 32 32 #include "internal/common.hpp" 33 33 34 namespace std::hel 35 { 36 extern "C" { 37 #include <inttypes.h> 38 } 39 } 40 34 41 namespace std 35 42 { 36 37 extern "C" { 38 #include <inttypes.h> 43 using std::hel::imaxdiv_t; 44 /* using std::hel::abs; */ 45 /* using std::hel::div; */ 46 /* using std::hel::imaxabs; */ 47 /* using std::hel::imaxdiv; */ 48 /* using std::hel::strtoimax; */ 49 /* using std::hel::strtoumax; */ 50 /* using std::hel::wcstoimax; */ 51 /* using std::hel::wcstoumax; */ 39 52 } 40 53 41 } 54 using std::hel::imaxdiv_t; 55 /* using std::hel::abs; */ 56 /* using std::hel::div; */ 57 /* using std::hel::imaxabs; */ 58 /* using std::hel::imaxdiv; */ 59 /* using std::hel::strtoimax; */ 60 /* using std::hel::strtoumax; */ 61 /* using std::hel::wcstoimax; */ 62 /* using std::hel::wcstoumax; */ 63 64 #include <cstdint> 42 65 43 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.