SCM Repository
Diff of /branches/vis12/src/compiler/c-util/fragments/lib-interface-body.in
Parent Directory
|
Revision Log
|
Patch
revision 1861, Sat Apr 21 15:30:26 2012 UTC | revision 1862, Sun Apr 22 19:45:47 2012 UTC | |
---|---|---|
# | Line 10 | Line 10 |
10 | //! Return the total number of stable strands | //! Return the total number of stable strands |
11 | uint32_t @PREFIX@NumStable (@PREFIX@World_t *wrld); | uint32_t @PREFIX@NumStable (@PREFIX@World_t *wrld); |
12 | ||
13 | //! Return true if there are any recorded error conditions | |
14 | bool @PREFIX@AnyErrors (@PREFIX@World_t *wrld); | |
15 | ||
16 | //! Return the pending error message (if any). This call clears the pending error | |
17 | //! state. | |
18 | char *@PREFIX@GetErrors (@PREFIX@World_t *wrld); | |
19 | ||
20 | /***** Program running operations *****/ | /***** Program running operations *****/ |
21 | ||
22 | //! Create and allocate the program's world | //! Create and allocate the program's world |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |