Changes in src/libcfa/concurrency/invoke.c [8def349:bd98b58]
- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
r8def349 rbd98b58 1 // -*- Mode: CFA -*-2 //3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo4 //5 // The contents of this file are covered under the licence agreement in the6 // file "LICENCE" distributed with Cforall.7 //8 // invoke.c --9 //10 // Author : Thierry Delisle11 // Created On : Tue Jan 17 12:27:26 201612 // Last Modified By : Thierry Delisle13 // Last Modified On : --14 // Update Count : 015 //16 1 17 2 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.