Commit Graph

14 Commits

Author SHA1 Message Date
72026b443d Fixed bug to include 0 and 9 and 48 and 57 in x_is_digit 2024-10-14 11:08:55 -07:00
8ca828ebf6 Added tests for x_isdigit and x_isnumber 2024-09-22 17:48:51 -07:00
609d2d4d77 Added x_isnumber function 2024-09-22 17:48:37 -07:00
c69f18a479 Added x_is_digit function 2024-09-22 17:48:21 -07:00
5b3224c60c Made Makefile for x_ctypes 2024-09-22 17:47:04 -07:00
d4f45c5e48 Modified x_str_concat to account for the null terminator 2024-09-22 15:59:22 -07:00
4fb48e6912 Fixed bug that missed the null terminator on the dest in x_strcpy 2024-09-17 20:52:42 -07:00
787bf40377 Modified x_strcmp to take const char* 2024-09-14 19:44:42 -07:00
2f679ebfa3 Removed lib and archive files 2024-09-09 09:59:14 -07:00
a3a700a2c0 Added x_strcmp to compare two strings 2024-09-07 23:26:55 -07:00
ad2aa8db06 Added tests for x_string 2024-09-07 23:26:33 -07:00
bda49793fa Added static lib 2024-08-01 19:44:26 -07:00
82fd8556ab Added x_string utility functions
Added implementation for string length
Added implementation for string copy
Added implementation for string concatination
2024-08-01 19:39:24 -07:00
8ee3a304bb Initial commit 2024-08-02 02:22:43 +00:00