Penguin

Differences between current version and predecessor to the previous major change of perlclib(1).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 3, 2002 6:50:42 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:50:42 pm by perry Revert
@@ -123,9 +123,9 @@
 t* p = calloc(n, s) Newz(id, p, n, t) 
 p = realloc(p, n) Renew(p, n, t) 
 memcpy(dst, src, n) Copy(src, dst, n, t) 
 memmove(dst, src, n) Move(src, dst, n, t) 
-memcpy/*(struct foo *) StructCopy(src, dst, t) 
+memcpy/*(struct foo *) ! StructCopy(src, dst, t) 
 free(p) Safefree(p) 
  strdup(p) savepv(p) 
 strndup(p, n) savepvn(p, n) (Hey, strndup doesn't exist!) 
  strstr(big, little) instr(big, little) 
@@ -199,9 +199,9 @@
 srand(n) { seedDrand01((Rand_seed_t)n); 
 PL_srand_called = TRUE; } 
  exit(n) my_exit(n) 
 system(s) Don't. Look at pp_system or use my_popen 
- getenv(s) PerlEnv_getenv(s) 
+ getenv(s) ! PerlEnv_getenv(s) 
 setenv(s, val) my_putenv(s, val) 
  
  
 __Miscellaneous functions__ 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.