Penguin

Differences between current version and previous revision of ptrdiff_t.

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

Newer page: version 2 Last edited on Wednesday, February 16, 2005 4:15:11 pm by AristotlePagaltzis
Older page: version 1 Last edited on Monday, February 14, 2005 2:49:55 pm by PerryLorier Revert
@@ -1,6 +1,4 @@
-ptrdiff_t is a C type which specifies what type you get if you take the difference of two pointers.  
-  
-ptrdiff_t is defined in <tt>< stddef.h> </tt>, this seems nearly impossible to find :) 
+ptrdiff_t is a [ C] type which is what you get if you take the difference of two pointers and is defined in <tt>stddef.h</tt>. This seems nearly impossible to find. :) 
  
 ----- 
 CategoryProgramming