Skip to content

Sandoramix/42cursus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42cursus

Started in: 2023-10-09

Every cursus' project will have it's own branch.

This branch (master) is used only to share useful information for projects.


Project status

Checked: done


Utilities

VSCode settings

I've rearranged some useful settings for making the user experience a little better on C projects in vscode.

All you need to do is to copy the .vscode folder into your project.

Scripts

I made some simple but yet useful scripts to speed up the workflow:

  • proToC.py: convert every prototype inside a header file to it's own .c file with it's implemented function
  • getSrc.py: get all filenames that end with *_bonus.c and *.c and create the list of SRC and SRC_BONUS for your Makefile