https://github.com/zelenko/c
Writing simple C programs.
https://github.com/zelenko/c
c program simple
Last synced: 2 months ago
JSON representation
Writing simple C programs.
- Host: GitHub
- URL: https://github.com/zelenko/c
- Owner: zelenko
- License: mit
- Created: 2018-08-12T03:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T16:56:39.000Z (over 7 years ago)
- Last Synced: 2025-03-13T10:18:09.627Z (12 months ago)
- Topics: c, program, simple
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c
NppExec command to save and execute in Notepad++:
```
npp_save
gcc -m32 "$(FULL_CURRENT_PATH)" -o "$(CURRENT_DIRECTORY)\$(NAME_PART).exe" -std=c11
npp_run cmd /K (cd /D "$(CURRENT_DIRECTORY)" && "$(NAME_PART).exe" && echo. && echo. && pause && exit)
```
> Real programmers count from 0!