| GNU Unifont 16.0.01
    Pan-Unicode font with complete Unicode Plane 0  coverage and partial coverage of higher planes | 
unidup - Check for duplicate code points in sorted unifont.hex file More...
#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
| Macros | |
| #define | MAXBUF 256 | 
| Maximum input line length - 1.  More... | |
| Functions | |
| int | main (int argc, char **argv) | 
| The main function.  More... | |
unidup - Check for duplicate code points in sorted unifont.hex file
This program reads a sorted list of glyphs in Unifont .hex format and prints duplicate code points on stderr if any were detected.
Synopsis: unidup < unifont_file.hex
[Hopefully there won't be any output!]
Definition in file unidup.c.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
The main function.
| [in] | argc | The count of command line arguments. | 
| [in] | argv | Pointer to array of command line arguments. | 
Definition at line 48 of file unidup.c.