Changeset 445e7c0 in mainline for uspace/app/bdsh/cmds/modules/pwd/pwd.c
- Timestamp:
- 2013-06-11T14:18:12Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55edba0
- Parents:
- 136ce60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/pwd/pwd.c
r136ce60 r445e7c0 55 55 } 56 56 57 memset(buff, 0, sizeof(buff));57 memset(buff, 0, PATH_MAX); 58 58 getcwd(buff, PATH_MAX); 59 59
Note:
See TracChangeset
for help on using the changeset viewer.