Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101300 Details for
Bug 154175
glibc-2.4-r3 - munmap_chunk(): invalid pointer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
header 1 of the .c file
dictionary.h (text/plain), 418 bytes, created by
Janpieter SOllie
on 2006-11-05 13:14:24 UTC
(
hide
)
Description:
header 1 of the .c file
Filename:
MIME Type:
Creator:
Janpieter SOllie
Created:
2006-11-05 13:14:24 UTC
Size:
418 bytes
patch
obsolete
>#include <stdlib.h> >#include <stdio.h> >#include "dictionary_types.h" >dictionary* dictionary_create(void); >void dictionary_add(dictionary *d,char* word1,char* word2); >void dictionary_remove(dictionary *d,char* word1); >void dictionary_print(dictionary *d); >char* dictionary_find(dictionary *d,char* word1); >void dictionary_findall(dictionary *d,char* word1,char** syn); >void dictionary_destroy(dictionary *d);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 154175
:
101297
|
101298
|
101299
| 101300 |
101317
|
101318