Changeset 46577995 in mainline for uspace/app/corecfg
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/app/corecfg/corecfg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/corecfg/corecfg.c
rfacacc71 r46577995 51 51 { 52 52 bool enable; 53 int rc;53 errno_t rc; 54 54 55 55 rc = corecfg_get_enable(&enable); … … 66 66 int main(int argc, char *argv[]) 67 67 { 68 int rc;68 errno_t rc; 69 69 70 70 rc = corecfg_init();
Note:
See TracChangeset
for help on using the changeset viewer.
