Skip to content

Strings#1

Open
sts-q wants to merge 2 commits intothutt:developmentfrom
sts-q:strings
Open

Strings#1
sts-q wants to merge 2 commits intothutt:developmentfrom
sts-q:strings

Conversation

@sts-q
Copy link
Copy Markdown

@sts-q sts-q commented Apr 16, 2022

Strings.Mod provides functionality for working with strings:

TYPE String = POINTER TO ARRAY OF CHAR;

CTStrings.Mod provides tests for Strings.Mod.

sts-q added 2 commits March 25, 2022 19:53
Strings.Mod provides functionality for working with strings:

TYPE String = POINTER TO ARRAY OF CHAR;
CTStrings.Mod provides tests for Strings.Mod
@sts-q sts-q closed this Apr 16, 2022
@sts-q sts-q reopened this Apr 16, 2022
@thutt
Copy link
Copy Markdown
Owner

thutt commented Apr 27, 2022

Could you please at least provide the public interface in the commit description?
This will facilitate people being able to see what functionality is available by looking at the commit message, and not having to read the whole module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants