ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.3 by root, Tue Jul 24 19:52:55 2001 UTC vs.
Revision 1.4 by root, Tue Jul 24 20:18:12 2001 UTC

30 * go to Ralf S. Engelschall <rse@engelschall.com>. 30 * go to Ralf S. Engelschall <rse@engelschall.com>.
31 * 31 *
32 * This coroutine library is very much stripped down. You should either 32 * This coroutine library is very much stripped down. You should either
33 * build your own process avstraction using it or - better - just use GNU 33 * build your own process avstraction using it or - better - just use GNU
34 * Portable Threads, http://www.gnu.org/software/pth/. 34 * Portable Threads, http://www.gnu.org/software/pth/.
35 *
36 * VERSION: 0.1
35 */ 37 */
36 38
37#ifndef CORO_H 39#ifndef CORO_H
38#define CORO_H 40#define CORO_H
39 41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines