mirror of
https://github.com/jrcutler/threadless.io.git
synced 2024-07-07 10:35:49 +00:00
Add doxygen file headers
This commit is contained in:
parent
e1a83ea77a
commit
3604f3557b
@ -3,6 +3,10 @@
|
|||||||
* Licensed under the MIT License. See LICENSE file in the project root for
|
* Licensed under the MIT License. See LICENSE file in the project root for
|
||||||
* full license information.
|
* full license information.
|
||||||
*/
|
*/
|
||||||
|
/** @file
|
||||||
|
* coroutine interface implementation
|
||||||
|
* @author Justin R. Cutler <justin.r.cutler@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
/* stack_t (in ucontext.h) */
|
/* stack_t (in ucontext.h) */
|
||||||
#define _BSD_SOURCE
|
#define _BSD_SOURCE
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
* Licensed under the MIT License. See LICENSE file in the project root for
|
* Licensed under the MIT License. See LICENSE file in the project root for
|
||||||
* full license information.
|
* full license information.
|
||||||
*/
|
*/
|
||||||
|
/** @file
|
||||||
|
* coroutine interface test
|
||||||
|
* @author Justin R. Cutler <justin.r.cutler@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
/* printf, perror */
|
/* printf, perror */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
* Licensed under the MIT License. See LICENSE file in the project root for
|
* Licensed under the MIT License. See LICENSE file in the project root for
|
||||||
* full license information.
|
* full license information.
|
||||||
*/
|
*/
|
||||||
|
/** @file
|
||||||
|
* coroutine interface definition
|
||||||
|
* @author Justin R. Cutler <justin.r.cutler@gmail.com>
|
||||||
|
*/
|
||||||
#ifndef THREADLESS_COROUTINE_H
|
#ifndef THREADLESS_COROUTINE_H
|
||||||
#define THREADLESS_COROUTINE_H
|
#define THREADLESS_COROUTINE_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user