Skip to content

davit312/upstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#include "upstring/upstring.h"

int main(){
    upstring str = upString("Բարև"); //Convert to short integer
    upstring ntt = upString("աշխարհ");
    upAppend(&str,ntt); // str+ntt
    upInsert(tpString(" "),&str,4,1); //Insert one char
    upConsoleWriteln(str); //Output str
    upUnsetAll(); //For tpString
    return 0;
}

For more info read header files

  • upstring.h
  • utf8.h

About

UTF8 Pascal like string for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages