ec_str_startswith - Man Page
Return 1 if the string starts with the given prefix.
Synopsis
#include <ecoli/string.h>
int ec_str_startswith(
const char *s,
const char *beginning
);See Also
ec_str_parse_llint(3), ec_str_is_space(3), ec_strcmp_count(3), ec_str_parse_ullint(3), ec_str_quote(3), ec_str_wrap(3)
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
ec_strcmp_count(3), ec_str_is_space(3), ec_str_parse_llint(3), ec_str_parse_ullint(3), ec_str_quote(3), ec_str_wrap(3).
2026-06-11 Libecoli Programmer's Manual