Changes in uspace/lib/posix/locale.c [55b1efd:4c8f5e7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/locale.c
r55b1efd r4c8f5e7 79 79 }; 80 80 81 /** 82 * Set program locale. 81 /** Set program locale. 83 82 * 84 83 * @param category What category to set. … … 96 95 } 97 96 98 /** 99 * Return locale-specific information. 97 /** Return locale-specific information. 100 98 * 101 99 * @return Information about the current locale. … … 107 105 } 108 106 109 /** 110 * Duplicate locale object. 107 /** Duplicate locale object. 111 108 * 112 109 * @param locobj Object to duplicate. … … 128 125 } 129 126 130 /** 131 * Free locale object. 127 /** Free locale object. 132 128 * 133 129 * @param locobj Object to free. … … 140 136 } 141 137 142 /** 143 * Create or modify a locale object. 138 /** Create or modify a locale object. 144 139 * 145 140 * @param category_mask Mask of categories to be set or modified. … … 168 163 } 169 164 170 /** 171 * Set locale for the current thread. 165 /** Set locale for the current thread. 172 166 * 173 167 * @param newloc Locale to use.
Note:
See TracChangeset
for help on using the changeset viewer.