|
|
@ -3,7 +3,7 @@ |
|
|
|
#include <string>
|
|
|
|
#include <sstream>
|
|
|
|
#include <rigid_paradise/systems/stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <rigid_paradise/string.h>
|
|
|
|
|
|
|
|
#ifndef EXIT_FAILURE
|
|
|
|
#define EXIT_FAILURE -1
|
|
|
@ -17,7 +17,7 @@ usage: yes [STRING]*\n\ |
|
|
|
yes --help\n\ |
|
|
|
yes --version\n\ |
|
|
|
Display this text.\n"; |
|
|
|
const size_t help_len = strlen(help); |
|
|
|
const size_t help_len = cstring::strlen(help); |
|
|
|
|
|
|
|
int main(int argc, char** argv) |
|
|
|
{ |
|
|
|