These docs are for v1.3.0. Click to read the latest docs for v1.6.

prints_l

Prints string.

Prints string up to given length

Parameters

  • cstr - pointer to string

  • len - len of string to be printed

Example:

prints_l("Hello World!", 5); // Output: Hello