Upload files to "string"

This commit is contained in:
2026-03-27 01:00:31 +00:00
parent 8a83fc270c
commit 4814f333fe
3 changed files with 118 additions and 0 deletions

10
string/input.c Normal file
View File

@@ -0,0 +1,10 @@
// this code is licenced under Wrathmark licence
// © 2026 wullie wulliestudio.com
// please see attached licence for full usage and rights
#include "string.h"
#include "localheader.h"
void input(){
}