-
Notifications
You must be signed in to change notification settings - Fork 0
ksurya/pystring.c
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PYC Usage ===== #include <stdio.h> #include "pyc/string.h" int main() { char s[20]; printf("%s\n", string.capitalize(s, "hello world")); } Reference ========= Cheatsheet: https://courses.cs.washington.edu/courses/cse351/14sp/sections/1/Cheatsheet-c.pdf GNU Manual: https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html Wikibook: https://en.wikibooks.org/wiki/C_Programming POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/contents.html OOP in C: https://www.cs.rit.edu/~ats/books/ooc.pdf
About
Python string lib implementation in C
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published