Created
May 11, 2023 17:35
-
-
Save weichslgartner/b9e03d727cf9c97d2a02a89518399a59 to your computer and use it in GitHub Desktop.
wosch-c header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //http://www.mirko-hansen.de/downloads/wosch.h | |
| #define zeiger * | |
| #define abbrechen abort | |
| #define akzeptiere accept | |
| #define binde bind | |
| #define breche break | |
| #define lreser calloc | |
| #define fall case | |
| #define buch char | |
| #define schliesseverz closedir | |
| #define konst const | |
| #define fortsetzen continue | |
| #define tue do | |
| #define doppel double | |
| #define sonst else | |
| #define fehnu errno | |
| #define verlasse exit | |
| #define flies float | |
| #define fuer for | |
| #define fdruckef fprintf | |
| #define befreie free | |
| #define falls if | |
| #define gan int | |
| #define zuhoeren listen | |
| #define haupt main | |
| #define preser malloc | |
| #define speikop memcpy | |
| #define speischrei memset | |
| #define oeffneverz opendir | |
| #define dfehler perror | |
| #define druckef printf | |
| #define lese read | |
| #define leseverz readdir | |
| #define leseverk readlink | |
| #define frreser realloc | |
| #define antworte return | |
| #define groessevon sizeof | |
| #define buchse socket | |
| #define sdruckef sprintf | |
| #define statisch static | |
| #define zeihin strcat | |
| #define zeiver strcmp | |
| #define zeikop strcpy | |
| #define zeilae strlen | |
| #define struktur struct | |
| #define schalter switch | |
| #define nix void | |
| #define waehrend while | |
| #define schreibe write |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment