Logo
Explore Help
Sign In
fbt/sbase
1
0
Fork 0
You've already forked sbase
Code Issues Pull Requests Releases Wiki Activity
Files
a6f8f66ac121f03e36e6793d8b89ff3cbc4ee687
sbase/libutf/ispunctrune.c

10 lines
162 B
C
Raw Normal View History

Split up is*rune() and to*rune() functions into individual source files This optimizes the binary size for each tool that uses these functions. Previously, if a program just used one single function, maybe even a one-liner, it would statically compile in all lookup-tables, bloating the binary by up to 20K. All these changes are derived from a local libutf where I do the primary changes. So I hope that I can merge these things into libutf sooner or later, as discussed on the ml.
2015-02-11 15:44:54 +01:00
/* Automatically generated by mkrunetype.awk */
#include "../utf.h"
#include "runetype.h"
int
ispunctrune(Rune r)
{
return isgraphrune(r) && !isalnumrune(r);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 93ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API