8 lines
126 B
C
8 lines
126 B
C
![]() |
/*
|
||
|
* style.c: load and keep track of user style preferences
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include "halibut.h"
|