User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:47, 12 April 2012 (diff | hist) . . (+82) . . N Template:c/string/wide/dsc towlower (Created page with "{{dcl list fun | c/string/wide/towlower | converts a wide character to lowercase}}")
- 16:47, 12 April 2012 (diff | hist) . . (+82) . . N Template:c/string/wide/dsc towupper (Created page with "{{dcl list fun | c/string/wide/towupper | converts a wide character to uppercase}}")
- 16:47, 12 April 2012 (diff | hist) . . (+125) . . N Template:c/string/wide/dsc towctrans (Created page with "{{dcl list fun | c/string/wide/towctrans | performs character mapping according to the specified LC_CTYPE mapping category }}")
- 16:47, 12 April 2012 (diff | hist) . . (+105) . . N Template:c/string/wide/dsc wctrans (Created page with "{{dcl list fun | c/string/wide/wctrans | looks up a character mapping category in the current C locale }}")
- 16:46, 12 April 2012 (diff | hist) . . (+110) . . N Template:c/string/wide/dsc wcstol (Created page with "{{dcl list fun | c/string/wide/wcstol | title=wcstol<br>wcstoll | converts a wide string to an integer value}}")
- 16:46, 12 April 2012 (diff | hist) . . (+122) . . N Template:c/string/wide/dsc wcstoul (Created page with "{{dcl list fun | c/string/wide/wcstoul | title=wcstoul<br>wcstoull | converts a wide string to an unsigned integer value}}")
- 16:46, 12 April 2012 (diff | hist) . . (+126) . . N Template:c/string/wide/dsc wcstof (Created page with "{{dcl list fun | c/string/wide/wcstof | title=wcstof<br>wcstod<br>wcstold | converts a wide string to a floating point value}}")
- 16:46, 12 April 2012 (diff | hist) . . (+74) . . N Template:mark c99 (copy paste)
- 16:45, 12 April 2012 (diff | hist) . . (+176) . . N Template:c/string/wide/dsc wcstoimax (Created page with "{{dcl list fun | c/string/wide/wcstoimax | title=wcstoimax<br>wcstoumax | converts a wide string to {{cpp|intmax_t}} or {{cpp|uintmax_t}} | notes={{mark c99}}<br>{{mark c99}}}}")
- 16:44, 12 April 2012 (diff | hist) . . (+75) . . N Template:c/string/wide/dsc wcscpy (Created page with "{{dcl list fun | c/string/wide/wcscpy | copies one wide string to another}}")
- 16:44, 12 April 2012 (diff | hist) . . (+113) . . N Template:c/string/wide/dsc wcsncpy (Created page with "{{dcl list fun | c/string/wide/wcsncpy | copies a certain amount of wide characters from one string to another }}")
- 16:43, 12 April 2012 (diff | hist) . . (+87) . . N Template:c/string/wide/dsc wcscat (Created page with "{{dcl list fun | c/string/wide/wcscat | appends a copy of one wide string to another }}")
- 16:43, 12 April 2012 (diff | hist) . . (+119) . . N Template:c/string/wide/dsc wcsncat (Created page with "{{dcl list fun | c/string/wide/wcsncat | appends a certain amount of wide characters from one wide string to another }}")
- 16:43, 12 April 2012 (diff | hist) . . (+123) . . N Template:c/string/wide/dsc wcsxfrm (Created page with "{{dcl list fun | c/string/wide/wcsxfrm | transform a wide string so that wcscmp would produce the same result as wcscoll }}")
- 16:42, 12 April 2012 (diff | hist) . . (+77) . . N Template:c/string/wide/dsc wcslen (Created page with "{{dcl list fun | c/string/wide/wcslen | returns the length of a wide string}}")
- 16:42, 12 April 2012 (diff | hist) . . (+67) . . N Template:c/string/wide/dsc wcscmp (Created page with "{{dcl list fun | c/string/wide/wcscmp | compares two wide strings}}")
- 16:42, 12 April 2012 (diff | hist) . . (+104) . . N Template:c/string/wide/dsc wcsncmp (Created page with "{{dcl list fun | c/string/wide/wcsncmp | compares a certain amount of characters from two wide strings}}")
- 16:41, 12 April 2012 (diff | hist) . . (+104) . . N Template:c/string/wide/dsc wcscoll (Created page with "{{dcl list fun | c/string/wide/wcscoll | compares two wide strings in accordance to the current locale}}")
- 16:41, 12 April 2012 (diff | hist) . . (+105) . . N Template:c/string/wide/dsc wcschr (Created page with "{{dcl list fun | c/string/wide/wcschr | finds the first occurrence of a wide character in a wide string}}")
- 16:41, 12 April 2012 (diff | hist) . . (+105) . . N Template:c/string/wide/dsc wcsrchr (Created page with "{{dcl list fun | c/string/wide/wcsrchr | finds the last occurrence of a wide character in a wide string}}")
- 16:41, 12 April 2012 (diff | hist) . . (+168) . . N Template:c/string/wide/dsc wcsspn (Created page with "{{dcl list fun | c/string/wide/wcsspn | returns the length of the maximum initial segment that consists <br> of only the wide characters found in another wide string }}")
- 16:40, 12 April 2012 (diff | hist) . . (+166) . . N Template:c/string/wide/dsc wcscspn (Created page with "{{dcl list fun | c/string/wide/wcscspn | returns the length of the maximum initial segment that consists <br> of only the wide ''not'' found in another wide string }}")
- 16:40, 12 April 2012 (diff | hist) . . (+132) . . N Template:c/string/wide/dsc wcspbrk (Created page with "{{dcl list fun | c/string/wide/wcspbrk | finds the first location of any wide character in one wide string, in another wide string}}")
- 16:40, 12 April 2012 (diff | hist) . . (+112) . . N Template:c/string/wide/dsc wcsstr (Created page with "{{dcl list fun | c/string/wide/wcsstr | finds the first occurrence of a wide string within another wide string}}")
- 16:39, 12 April 2012 (diff | hist) . . (+80) . . N Template:c/string/wide/dsc wcstok (Created page with "{{dcl list fun | c/string/wide/wcstok | finds the next token in a wide string }}")
- 16:37, 12 April 2012 (diff | hist) . . (+9,241) . . N Template:c/string/character classes (Created page with "{| class="wikitable" style="font-size:85%; text-align:center;" |- ! colspan="2" | ASCII values <br> (hex) ! characters ! style="font-size:85%;" | {{ltt|c/string/byte/iscntrl | is...")
- 16:36, 12 April 2012 (diff | hist) . . (-88) . . c/string/wide
- 16:35, 12 April 2012 (diff | hist) . . (+4,072) . . N c/string/wide (Created page with "{{title|Null-terminated wide strings}} {{c/string/wide/sidebar}} A null-terminated wide string is a sequence of valid wide characters, ending with a null-character. ===Function...")
- 16:34, 12 April 2012 (diff | hist) . . (+3,759) . . N c/string/multibyte (copy paste)
- 16:32, 12 April 2012 (diff | hist) . . (+3,334) . . N c/string/byte (copy paste)
- 16:30, 12 April 2012 (diff | hist) . . (+243) . . N c/string (copy paste)
- 16:28, 12 April 2012 (diff | hist) . . (0) . . Template:c/memory/navbar
- 16:25, 12 April 2012 (diff | hist) . . (+13) . . N Template:c/navbar content (placeholder)
- 16:24, 12 April 2012 (diff | hist) . . (+104) . . N Template:c/title (copy paste from c++ version)
- 16:22, 12 April 2012 (diff | hist) . . (-2) . . c/memory/realloc
- 16:22, 12 April 2012 (diff | hist) . . (+800) . . N c/memory/realloc (copy paste)
- 16:21, 12 April 2012 (diff | hist) . . (+1) . . c/memory/free
- 16:21, 12 April 2012 (diff | hist) . . (+754) . . N c/memory/malloc (copy-paste)
- 16:20, 12 April 2012 (diff | hist) . . (+341) . . N c/memory/free (copy paste)
- 16:19, 12 April 2012 (diff | hist) . . (+525) . . N c/memory/calloc (copy paste)
- 16:18, 12 April 2012 (diff | hist) . . (-72) . . Template:c/memory/navbar content
- 16:18, 12 April 2012 (diff | hist) . . (+34) . . Template:c/memory/navbar content
- 16:17, 12 April 2012 (diff | hist) . . (+202) . . N Template:c/memory/navbar content (copy paste)
- 16:16, 12 April 2012 (diff | hist) . . (+40) . . N Template:c/memory/navbar heading (Created page with " Dynamic memory management")
- 16:15, 12 April 2012 (diff | hist) . . (+19) . . N Template:c/navbar heading (Created page with " C reference")
- 16:14, 12 April 2012 (diff | hist) . . (+35) . . Template:c/memory/navbar
- 16:14, 12 April 2012 (diff | hist) . . (+2) . . Template:c/memory/navbar
- 16:13, 12 April 2012 (diff | hist) . . (+219) . . N Template:c/memory/navbar (Created page with "{{sidebar |title = {{c/sidebar heading}} |headingstyle = {{c/sidebar heading style}} |contentstyle = {{c/sidebar content style}} |heading1 = {{c/memory/sidebar heading |c...")
- 16:11, 12 April 2012 (diff | hist) . . (+416) . . N c/memory (Created page with "{{title|C memory management library}} {{c/memory/sidebar}} ===Functions=== {{dcl list begin}} {{dcl list header | stdlib.h}} {{dcl list fun | c/memory/malloc | allocates memory}...")
- 16:09, 12 April 2012 (diff | hist) . . (+1,350) . . N c (let's add the C library!)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)