FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Simple utility program for escaping C strings for inclusion in code. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | myBUFSIZ BUFSIZ |
Functions | |
int | main (int argc, char **argv) |
Simple utility program for escaping C strings for inclusion in code.
Reads the first line of a given file and then outputs (to stdout) text suitable for initializing an licSpec_t structure. Used by GENSEARCHDATA script for processing STRINGS.in.
Definition in file encode.c.