Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

sorawee/main-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main Array Generator

Installation

Things that you should have:

  1. gcc
  2. gdb
  3. python2.x

Run:

$ python setup.py install

Usage

$ echo "I love U\n" | python gen.py > file.c

Then?

$ gcc file.c -o myfile
$ ./myfile
I love U
$

So?

$ cat file.c
const int main[] = {..., ..., ..., ....};

WHAT???

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages