Changeset cca80a2 in mainline
- Timestamp:
- 2018-08-26T16:30:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8867cf6
- Parents:
- bd41ac52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/posix/include/posix/string.h ¶
rbd41ac52 rcca80a2 48 48 49 49 #include "libc/mem.h" 50 #ifdef _HELENOS_SOURCE 50 51 #undef _HELENOS_SOURCE 51 52 #include "libc/string.h" 53 #define _HELENOS_SOURCE 54 #else 55 #include "libc/string.h" 56 #endif 52 57 53 58 /* Copying and Concatenation */
Note:
See TracChangeset
for help on using the changeset viewer.