GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wofi-utils(3) FreeBSD 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.

Returns the current unix time in milliseconds.

Sleeps for the specified amount of time.

time_t millis - The time to sleep for in milliseconds.

Concatenates strings together. The returned result is newly allocated and must be freed by the caller when finished using it.

size_t arg_count - The number of arguments provided

varargs - The list of strings to be concatenated.

Returns the smaller of the two inputs.

size_t n1 - The first number.

size_t n2 - The second number.

Returns the smallest of the three inputs.

size_t n1 - The first number.

size_t n2 - The second number.

size_t n3 - The third number.

Computes the Levenshtein distance between the two inputs.

const char* haystack - The string to search in.

const char* needle - The string to search for.


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.