Skip to content

Latest commit

 

History

History

0x06-pointers_arrays_strings

0x06. C - More pointers, arrays and strings


  • A function that concatenates two strings.
  • A function that concatenates two strings.
  • A function that copies a string.
  • A function that compares two strings.
  • A function that reverses the content of an array of integers.
  • A function that changes all lowercase letters of a string to uppercase.
  • A function that capitalizes all words of a string.
  • A function that encodes a string into 1337.
  • A function that encodes a string using rot13.
  • A function that prints an integer.

Author