1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Rename func "kernaux_cmdline_parse" to "kernaux_cmdline"

This commit is contained in:
Alex Kotov 2022-01-22 02:13:54 +05:00
parent 122a39b48a
commit 3eaa30d0a8
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ int main()
char *argv[ARGV_COUNT_MAX];
char buffer[ARGV_COUNT_MAX * ARG_SIZE_MAX];
assert(kernaux_cmdline_parse(
assert(kernaux_cmdline(
cmdline,
error_msg,
&argc,