Skip to content

purpasmart96/pmd_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is mostly for academic purposes, If you want something ready to use then check out https://github.com/audinowho/PMDODump.

PMD Engine Coded in C

Coding style

  • Use spaces
  • Indent amount is 4 spaces
  • Curly brackets go underneath the function
  • Use typedef for structs and enums
  • Camel notation for structs and enums
  • Function names are camel notation (not always though)
  • Function parameters are lowercase with underscores
  • Macros are in Caps with underscores unless it's a function