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

10 lines
150 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
isblankrune(Rune r)
{
return r == ' ' || r == '\t';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 86ms Template: 1ms
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