SpanishInquisition49 / stdloli

Turn C code into your favourite hentai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stdloli

This is a meme header file that define a macro for most of the basic C syntax with a "Manga" version of it

Example

#include "stdloli.h"
#include<stdio.h>
ore_wa_ochin_chin_go_daisuki_nanda_yo(void){
    ahegao cock[] = "Hentai\n" sugoi
    look_at_my("%s", cock) sugoi
    yamete kudasai sugoi
}
// It's equivalent to

int main(void){
    char cock[] = "Hentai\n";
    printf("%s", cock);
    return 0;
}

Contributions

Contributions are made to this repo via Issues and Pull Requests (PRs).
A few general guidelines that cover both:
  • Search for existing Issues and PRs before creating your own.

Issues

Issues should be used to report problems with the library, request a new feature, or to discuss potential changes before a PR is created.

If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one.

Pull Requests

PRs are always welcome and can be a quick way to get your fix or improvement slated. In general, PRs should:

  • Only fix/add the functionality in question OR address wide-spread whitespace/style issues, not both.
  • Add unit or integration tests for fixed or changed functionality (if a test suite already exists).
  • Address a single concern in the least number of changed lines as possible.

Inspired by Senpai eso lang. ❤️

About

Turn C code into your favourite hentai

License:MIT License


Languages

Language:C 100.0%