ReadStream.st
branchjv
changeset 18192 32a7c53ef4d0
parent 18120 e3a375d5f6a8
parent 18187 8812f096e7c4
child 18274 042d13555f1f
equal deleted inserted replaced
18120:e3a375d5f6a8 18192:32a7c53ef4d0
    28 #include <stdio.h>
    28 #include <stdio.h>
    29 #define _STDIO_H_INCLUDED_
    29 #define _STDIO_H_INCLUDED_
    30 #include <stdlib.h>
    30 #include <stdlib.h>
    31 #include <string.h>
    31 #include <string.h>
    32 #include <memory.h>
    32 #include <memory.h>
    33 #ifdef __osx__
       
    34 // missing definition ?
       
    35 extern void *memchr( void *, int, size_t);
       
    36 #endif
       
    37 
    33 
    38 %}
    34 %}
    39 ! !
    35 ! !
    40 
    36 
    41 !ReadStream class methodsFor:'documentation'!
    37 !ReadStream class methodsFor:'documentation'!
   911 ! !
   907 ! !
   912 
   908 
   913 !ReadStream class methodsFor:'documentation'!
   909 !ReadStream class methodsFor:'documentation'!
   914 
   910 
   915 version
   911 version
   916     ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.81 2015-03-12 19:25:11 stefan Exp $'
   912     ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.82 2015-04-07 10:22:50 cg Exp $'
   917 !
   913 !
   918 
   914 
   919 version_CVS
   915 version_CVS
   920     ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.81 2015-03-12 19:25:11 stefan Exp $'
   916     ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.82 2015-04-07 10:22:50 cg Exp $'
   921 ! !
   917 ! !
   922 
   918