32 lines
1.8 KiB
Plaintext
32 lines
1.8 KiB
Plaintext
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
|
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
|
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
|
|
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
|
|
!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
|
|
!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
|
|
!_TAG_PROC_CWD /home/klein/codeWS/C/coinflipper/ //
|
|
!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
|
|
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
|
|
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
|
|
!_TAG_PROGRAM_VERSION 5.9.0 //
|
|
$(OBJDIR)/%.o build/Makefile /^$(OBJDIR)\/%.o: $(SRCDIR)\/%.c$/;" t
|
|
$(TARGET) build/Makefile /^$(TARGET): $(OBJS)$/;" t
|
|
BINDIR build/Makefile /^BINDIR = ..\/bin$/;" m
|
|
CC build/Makefile /^CC = gcc$/;" m
|
|
CFLAGS build/Makefile /^CFLAGS = -I..\/include$/;" m
|
|
DELAY src/main.c /^#define DELAY /;" d file:
|
|
FUNCTIONS_H include/functions.h /^#define FUNCTIONS_H$/;" d
|
|
OBJDIR build/Makefile /^OBJDIR = ..\/obj$/;" m
|
|
OBJS build/Makefile /^OBJS = $(OBJDIR)\/main.o$/;" m
|
|
SRCDIR build/Makefile /^SRCDIR = ..\/src$/;" m
|
|
TARGET build/Makefile /^TARGET = $(BINDIR)\/coin_flip_random_number$/;" m
|
|
all build/Makefile /^all: $(TARGET)$/;" t
|
|
clean build/Makefile /^clean:$/;" t
|
|
coin_animation src/main.c /^void coin_animation(int result) {$/;" f typeref:typename:void
|
|
coinflipper Project README.md /^# coinflipper Project$/;" c
|
|
flip_coin src/main.c /^void flip_coin() {$/;" f typeref:typename:void
|
|
generate_random_number src/main.c /^void generate_random_number(int lower, int upper) {$/;" f typeref:typename:void
|
|
handle_exit src/main.c /^void handle_exit() {$/;" f typeref:typename:void
|
|
main src/main.c /^int main() {$/;" f typeref:typename:int
|
|
random_number_animation src/main.c /^void random_number_animation(int num) {$/;" f typeref:typename:void
|