- Timestamp:
- Aug 17, 2023, 4:30:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c
r42438 r42518 123 123 int queueprint PROTO((int, char **)); 124 124 int queuepush PROTO((int, char **)); 125 int queuesave PROTO((int, char **)); 125 126 int queuesubstr PROTO((int, char **)); 126 127 int queuesize PROTO((int, char **)); … … 335 336 {1, "queueprint", queueprint, "print the contents of a queue"}, 336 337 {1, "queuepush", queuepush, "push value onto queue"}, 338 {1, "queuesave", queuesave, "save the contents of a queue in a filex"}, 337 339 {1, "queuesize", queuesize, "show queue size"}, 338 340 {1, "queuesubstr", queuesubstr, "bulk replace strings in queue"},
Note:
See TracChangeset
for help on using the changeset viewer.
