version 1.1, 2009/04/13 17:35:09
|
version 1.3, 2009/04/20 21:45:50
|
|
|
* return status behavior with use of the module verbose flags | * return status behavior with use of the module verbose flags |
* | * |
* Usage: | * Usage: |
* smpl [-avVH] |
* smpl_00 [-avVH] |
* | * |
* Bugs: | * Bugs: |
* The module is of no particular use, and exists merely for heuristic | * The module is of no particular use, and exists merely for heuristic |
Line 44 int DoIt (void) { |
|
Line 44 int DoIt (void) { |
|
} | } |
| |
printf ("%s\n", msg); | printf ("%s\n", msg); |
|
/* required status return to jsoc_main */ |
return 0; | return 0; |
} | } |
| |