Still grinding incrementally forward, through barbed wire entanglements.
Morale fading.
This commit is contained in:
parent
ab0ea09bd4
commit
92490ebd5f
9 changed files with 104 additions and 48 deletions
|
|
@ -27,7 +27,11 @@
|
|||
#include "ops/string_ops.h"
|
||||
#include "ops/truth.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief reverse a sequence
|
||||
*
|
||||
* (reverse sequence)
|
||||
*/
|
||||
struct pso_pointer reverse( struct pso_pointer frame_pointer ) {
|
||||
struct pso_pointer result = nil;
|
||||
struct pso_pointer sequence =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue