wofi-utils(3) | Library Functions Manual | wofi-utils(3) |
wofi - Utility functions and documentation
The functions documented here are general utility functions. They are defined in utils.h.
The following functions are general convenience functions.
time_t millis - The time to sleep for in milliseconds.
size_t arg_count - The number of arguments provided
varargs - The list of strings to be concatenated.
size_t n1 - The first number.
size_t n2 - The second number.
size_t n1 - The first number.
size_t n2 - The second number.
size_t n3 - The third number.
const char* haystack - The string to search in.
const char* needle - The string to search for.