Changeset 2290 for trunk/src/kash/shinstance.h
- Timestamp:
- Feb 27, 2009, 5:08:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r2287 r2290 335 335 char **sh_environ(shinstance *); 336 336 const char *sh_gethomedir(shinstance *, const char *); 337 338 /* heap */ 339 void *sh_malloc(shinstance *, size_t); 340 void *sh_calloc(shinstance *, size_t, size_t); 341 void *sh_realloc(shinstance *, void *, size_t); 342 char *sh_strdup(shinstance *, const char *); 343 void sh_free(shinstance *, void *); 337 344 338 345 /* signals */
Note:
See TracChangeset
for help on using the changeset viewer.