Changeset 55b1efd in mainline for uspace/lib/posix/locale.c
- Timestamp:
- 2011-08-17T19:56:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6921178
- Parents:
- e6165be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/locale.c
re6165be r55b1efd 79 79 }; 80 80 81 /** Set program locale. 81 /** 82 * Set program locale. 82 83 * 83 84 * @param category What category to set. … … 95 96 } 96 97 97 /** Return locale-specific information. 98 /** 99 * Return locale-specific information. 98 100 * 99 101 * @return Information about the current locale. … … 105 107 } 106 108 107 /** Duplicate locale object. 109 /** 110 * Duplicate locale object. 108 111 * 109 112 * @param locobj Object to duplicate. … … 125 128 } 126 129 127 /** Free locale object. 130 /** 131 * Free locale object. 128 132 * 129 133 * @param locobj Object to free. … … 136 140 } 137 141 138 /** Create or modify a locale object. 142 /** 143 * Create or modify a locale object. 139 144 * 140 145 * @param category_mask Mask of categories to be set or modified. … … 163 168 } 164 169 165 /** Set locale for the current thread. 170 /** 171 * Set locale for the current thread. 166 172 * 167 173 * @param newloc Locale to use.
Note:
See TracChangeset
for help on using the changeset viewer.